From: xangelo Date: Tue, 30 Jan 2024 14:59:40 +0000 (-0500) Subject: fix: finalize dark/light styles X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=755e286fbe7d39ddf52328c7694b0406d54e5eed;p=river.git fix: finalize dark/light styles --- 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; - } } -