From 1102191078d1a18cf954d41f4e249de4b3ce23ef Mon Sep 17 00:00:00 2001 From: Akis Date: Wed, 24 Aug 2022 19:55:39 +0300 Subject: [PATCH] probably fix dark mode and add fix hero section --- src/lib/app.css | 2 ++ src/routes/index.svelte | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/app.css b/src/lib/app.css index a6fca91..fac3bb3 100644 --- a/src/lib/app.css +++ b/src/lib/app.css @@ -16,6 +16,7 @@ html { --grey: #5454547a; --alt: #333; --alt-text: #ddd; + color-scheme: dark; } html.light { @@ -26,6 +27,7 @@ html.light { --grey: #444444; --alt: #ddd; --alt-text: #333; + color-scheme: light; } body { diff --git a/src/routes/index.svelte b/src/routes/index.svelte index ecc2acf..e40da8f 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -26,12 +26,14 @@ marginTop="7" >
- - + +