From: xangelo Date: Tue, 30 Jan 2024 05:10:09 +0000 (-0500) Subject: fix: dark style for hover X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=6bf9db7fb99610741cf070e6a68c405aff5edfab;p=river.git fix: dark style for hover --- diff --git a/src/public/style.css b/src/public/style.css index 643ab72..393c8ce 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -53,5 +53,9 @@ footer { --clink: #1ad; --cemph: #0b9; --cemphbg: #0b91; } + + .content:hover { + background-color: #2c2e31; + } }