From c9924e7bdf382fa474cb82be8894c697c9dddbeb Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sat, 6 Aug 2022 19:59:05 +0200 Subject: [PATCH] added link color to dark mode --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 95970ca..1769604 100644 --- a/web/style.css +++ b/web/style.css @@ -99,6 +99,10 @@ body.dark-theme a:visited { color: blueviolet; } +body.dark-theme a { + color: darkturquoise; +} + @media (prefers-color-scheme: dark) { body { --table-border-color: #222;