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;