From afba4a58708807f6d1234793dabad51a82d39dcf Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 3 Mar 2026 11:07:15 +0000 Subject: better link styling --- public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 66b5675..bd4bc80 100644 --- a/public/index.html +++ b/public/index.html @@ -83,12 +83,12 @@ } a:hover { - background: black; - color: white; + background: black !important; + color: white !important; @media (prefers-color-scheme: dark) { - background: white; - color: black; + background: white !important; + color: black !important; } } -- cgit v1.2.3