From 3fa26505b167e40b941d5358e9f3c0484be81399 Mon Sep 17 00:00:00 2001 From: Realmy <163438634+RealmyTheMan@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:06:08 +0100 Subject: [PATCH] Completed dark mode and about page changes --- src/app.scss | 14 ++++----- .../components/functional/FancyMenu.svelte | 2 +- src/routes/+layout.svelte | 2 +- src/routes/about/+page.svelte | 30 ++++++++++++------- 4 files changed, 29 insertions(+), 19 deletions(-) diff --git a/src/app.scss b/src/app.scss index 5eb4525..7ebe433 100644 --- a/src/app.scss +++ b/src/app.scss @@ -36,18 +36,18 @@ --fg: hsl(0, 0%, 10%); --fg-muted: hsl(0, 0%, 50%); --fg-muted-alt: hsl(0, 0%, 75%); - --fg-highlight: hsl(303, 52%, 42%); + --fg-highlight: hsl(303, 61%, 47%); --fg-failure: hsl(0, 67%, 49%); } @mixin dark { - --accent-bg: hsl(303, 73%, 35%); - --accent-fg: hsl(0, 0%, 90%); - --bg: hsl(0, 0%, 10%); + --accent-bg: hsl(304, 41%, 21%); + --accent-fg: hsl(303, 73%, 81%); + --bg: hsl(0, 0%, 8%); --fg: hsl(0, 0%, 90%); - --fg-muted: hsl(0, 0%, 65%); - --fg-muted-alt: hsl(0, 0%, 50%); - --fg-highlight: hsl(303, 52%, 60%); + --fg-muted: hsl(0, 0%, 50%); + --fg-muted-alt: hsl(0, 0%, 25%); + --fg-highlight: hsl(303, 64%, 65%); --fg-failure: hsl(0, 67%, 80%); } diff --git a/src/lib/components/functional/FancyMenu.svelte b/src/lib/components/functional/FancyMenu.svelte index 3c2157e..b52c75d 100644 --- a/src/lib/components/functional/FancyMenu.svelte +++ b/src/lib/components/functional/FancyMenu.svelte @@ -38,7 +38,7 @@ {/if} {#each links as { name, url } (url)} { if (shouldGoBack) { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 81ace1a..01f8bea 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -88,7 +88,7 @@
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 83c8c62..19d4a3e 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -63,18 +63,28 @@ class="font-display text-3xl mt-12 text-transition" style="--delay: {5 * multiplier}ms" > - 👨‍💻 source code + 🔗 resources -

- VERT is licensed under AGPL-3.0, and the source code can be found on GitHub. -

+

🎨 credits

@@ -83,7 +93,7 @@