From 26e56eff067326a7bdc7fc389f0287511b5db2d9 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 7 Feb 2025 22:44:14 +0100 Subject: [PATCH] dark_red.css: use button color for post numbers --- stylesheets/dark_red.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/dark_red.css b/stylesheets/dark_red.css index eec8a1f4..08d72514 100644 --- a/stylesheets/dark_red.css +++ b/stylesheets/dark_red.css @@ -31,7 +31,7 @@ div.title p { font-size: 10px; } a, a:link, a:visited, .intro a.email span.name { - color: #CCCCCC; + color: #CCC; text-decoration: none; font-family: sans-serif; } @@ -41,7 +41,6 @@ a:link:hover, a:visited:hover { text-decoration: none; } a.post_no { - color: #AAAAAA; text-decoration: none; } a.post_no:hover {