From 48deaa095b0a6ef7cef98855c41ec6541656e095 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sat, 29 Jul 2023 21:31:55 +0200 Subject: [PATCH] nit: clean tabs, change ascii font to sans-serif --- src/layouts/Home.astro | 10 +++++----- src/pages/index.md | 2 +- src/styles/_root.scss | 15 ++++++++++++++- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/layouts/Home.astro b/src/layouts/Home.astro index 6efd189..52d9d55 100644 --- a/src/layouts/Home.astro +++ b/src/layouts/Home.astro @@ -3,7 +3,6 @@ import Intro from "@components/cards/Intro.astro"; import ContactCard from "../components/cards/Contact.astro"; import PhotoCard from "../components/cards/Photo.astro"; import Base from "./Base.astro"; -import { Maybe } from "purify-ts"; --- @@ -16,8 +15,9 @@ import { Maybe } from "purify-ts"; - - - - + + + + + diff --git a/src/pages/index.md b/src/pages/index.md index 2b8bdde..f5a754f 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -30,7 +30,7 @@ I've been playing Hanafuda for a while now, so I decided to write a short introd Thanks for visiting! :smile:
-
+
              ,、
            /ハ\
           _/-─-i‐ヘ- ..,,_
diff --git a/src/styles/_root.scss b/src/styles/_root.scss
index 494f028..fe99d1a 100644
--- a/src/styles/_root.scss
+++ b/src/styles/_root.scss
@@ -41,5 +41,18 @@
 }
 
 body.dark {
-  // todo dark mode
+  --c-primary-d: hsl(240, 21%, 35%);
+  --c-primary: hsl(240, 21%, 45%);
+  --c-primary-l: hsl(240, 21%, 55%);
+  --c-secondary: hsl(2, 58%, 52%);
+  --c-white: hsl(0, 0%, 98%);
+  --c-purewhite: hsl(0, 0%, 100%);
+  --c-black: hsl(0, 0%, 7%);
+  --c-text: hsl(0, 0%, 13%);
+  --c-text-muted: hsl(0, 0%, 40%);
+  --c-footer-bg: hsl(0, 0%, 93%);
+  --c-footer-text: hsl(0, 0%, 35%);
+  --c-timeline-bg: hsl(0, 0%, 78%);
+  --c-shadow: 0deg 0% 76%;
+  --c-bg-main: hsl(0, 0%, 98%);
 }