From 755e286fbe7d39ddf52328c7694b0406d54e5eed Mon Sep 17 00:00:00 2001 From: xangelo Date: Tue, 30 Jan 2024 09:59:40 -0500 Subject: [PATCH] fix: finalize dark/light styles --- src/public/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/public/style.css b/src/public/style.css index 393c8ce..b79038e 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -34,7 +34,7 @@ } .content:hover { - background-color: #e5f1ff; + background-color: var(--clight); } } @@ -53,9 +53,4 @@ footer { --clink: #1ad; --cemph: #0b9; --cemphbg: #0b91; } - - .content:hover { - background-color: #2c2e31; - } } - -- 2.25.1