From c0260b813b9d95feb7a9aee400ea2763cab7d87b Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 1 Apr 2025 19:38:03 +0200 Subject: [PATCH] :fire: Remove lightmode Signed-off-by: SindreKjelsrud --- README.md | 14 ------- public/img/jollyroger_light.svg | 9 ----- src/components/BlogHeader.astro | 22 +---------- src/components/Footer.astro | 51 ++----------------------- src/components/Header.astro | 3 -- src/components/ThemeIcon.astro | 51 ------------------------- src/layouts/BlogPost.astro | 16 -------- src/styles/global.css | 67 ++++----------------------------- 8 files changed, 11 insertions(+), 222 deletions(-) delete mode 100644 public/img/jollyroger_light.svg delete mode 100644 src/components/ThemeIcon.astro diff --git a/README.md b/README.md index 842bf70..9f066e4 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,6 @@ The webpage offers a variety of features including a blog, bookmarks, ways to re ## 🎨 Color codes -### Light mode - -| Color | Hex | -|-|-| -| Soft Pastel Green Background | ![#E6F5E5](https://via.placeholder.com/10/E6F5E5?text=+) `#E6F5E5` | -| Dark Olive Green Text | ![#2E4033](https://via.placeholder.com/10/2E4033?text=+) `#2E4033` | -| Sage Green Secondary Text | ![#5F7A6D](https://via.placeholder.com/10/5F7A6D?text=+) `#5F7A6D` | -| Mint Green Accents | ![#88A597](https://via.placeholder.com/10/88A597?text=+) `#88A597` | -| Dark Mint Green | ![#789085](https://via.placeholder.com/10/789085?text=+) `#789085` | -| Spring Green | ![#00CC6A](https://via.placeholder.com/10/00CC6A?text=+) `#00CC6A` | -| Light Mint | ![#CCE3CC](https://via.placeholder.com/10/CCE3CC?text=+) `#CCE3CC` | - -### Dark mode - | Color | Hex | |-|-| | Midnight Navy | ![#1e1e2e](https://via.placeholder.com/10/1e1e2e?text=+) `#1e1e2e` | diff --git a/public/img/jollyroger_light.svg b/public/img/jollyroger_light.svg deleted file mode 100644 index 7d266c9..0000000 --- a/public/img/jollyroger_light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/components/BlogHeader.astro b/src/components/BlogHeader.astro index e8f6ea9..fe921e7 100644 --- a/src/components/BlogHeader.astro +++ b/src/components/BlogHeader.astro @@ -1,29 +1,9 @@ ---- -import ThemeIcon from './ThemeIcon.astro'; ---- -
- +
-
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4176411..6cb4144 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,59 +1,14 @@ - -