From c7acce9225f7d0f18477a35d585a4b136d294483 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Thu, 20 Jul 2023 20:33:03 -0500 Subject: update startpage for summer --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 88ac778..d1229e0 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ :root { - --color-bg: #20291d; - --color-fg: #6a889a; - --color-link: #cbae86; + --color-bg: #4a6854; + --color-fg: #adaf3f; + --color-link: #5ea3ce; --color-link-hover: #5c706f; } -- cgit v1.2.3