diff --git a/public/flowers.png b/public/flowers.png new file mode 100644 index 0000000..e85d318 Binary files /dev/null and b/public/flowers.png differ diff --git a/public/sakura.webp b/public/sakura.webp deleted file mode 100644 index a93e20d..0000000 Binary files a/public/sakura.webp and /dev/null differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1fd2234..80f2597 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,5 @@ --- -const backgroundColor = "#ffd4de"; +const backgroundColor = "#E0D1ED"; const backgroundColorNightMode = "#240046"; --- diff --git a/src/components/Header.astro b/src/components/Header.astro index 01e4d36..ff7df87 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -8,7 +8,7 @@ import disabilityPrideFlag from "../images/Visually_Safe_Disability_Pride_Flag.s const pageTitle = "Emma's place"; const motto = "a celebration of self-expression through the personal web"; -const backgroundColor = "#ffd4de"; +const backgroundColor = "#E0D1ED"; const backgroundColorNightMode = "#240046"; --- diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index d997fbd..8854537 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,5 +1,5 @@ --- -const backgroundColor = "#ffd4de"; +const backgroundColor = "#E0D1ED"; const backgroundColorNightMode = "#240046"; --- diff --git a/src/components/WidgetBar.astro b/src/components/WidgetBar.astro index 8f2e883..bc1e888 100644 --- a/src/components/WidgetBar.astro +++ b/src/components/WidgetBar.astro @@ -3,12 +3,12 @@ import { Image } from "astro:assets"; import catImg from "../images/widgets/cat.webp"; -const backgroundColor = "#ffd4de"; +const backgroundColor = "#E0D1ED"; const backgroundColorNightMode = "#240046"; ---