From b8dfb353daadb0d6e6ef64ca7a6ab7272be92966 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Tue, 13 Feb 2024 17:19:05 +0000 Subject: [PATCH] Fixed dark mode --- hectabitstyles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hectabitstyles.css b/hectabitstyles.css index 06447e7..57edde3 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -3,8 +3,6 @@ body, h1, p, ul, li, li2, p1 { margin: 0; padding: 0; list-style-type: none; - --button-color: rgb(118, 181, 197); - --sidebar-color: rgb(0, 160, 198); } /* Dark mode stylse */ @@ -40,6 +38,8 @@ a { body { font-family: Arial, sans-serif; color: rgb(40, 40, 40); + --button-color: rgb(118, 181, 197); + --sidebar-color: rgb(0, 160, 198); } /* Sidebar styles */