From 21c9c6d1783f30247a180bf4c449ca4b359a8638 Mon Sep 17 00:00:00 2001 From: BluePotato102 Date: Mon, 7 Aug 2023 09:52:30 -0500 Subject: [PATCH] push test --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 6112c386..0b162f11 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,9 @@ :root { - --bg: hsl(var(--hue),90%,5%); - --fg: hsl(var(--hue),90%,95%); + --bg: #0c232f; + --font-color: #f3fff4; + --bg-second: #0b0e18; + --hover-color: #a3f6fd; + --button-color: #026b7e; } html {