From ab4e269d7abb9210b5535bc1d14229b9b6191e1d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 30 Sep 2024 22:19:49 +0200 Subject: [PATCH] dark_red.css: set the font color of all links, including the thread watcher --- stylesheets/dark_red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/dark_red.css b/stylesheets/dark_red.css index cbc61982..8593ead9 100644 --- a/stylesheets/dark_red.css +++ b/stylesheets/dark_red.css @@ -30,7 +30,7 @@ div.title, h1 { div.title p { font-size: 10px; } -a:link, a:visited, .intro a.email span.name { +a, a:link, a:visited, .intro a.email span.name { color: #CCCCCC; text-decoration: none; font-family: sans-serif;