From 6f181effac72e0ef4ec5702eeca1b21a08877064 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 7 Feb 2025 23:08:10 +0100 Subject: [PATCH] dark_red.css: make post no color override style.css setting --- 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 08d72514..6fa56a9a 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: #CCC; + color: #CCC !important; text-decoration: none; font-family: sans-serif; }