From 7169e14f97a55005ba57e9b164064d068c0349bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 23 Nov 2021 17:28:20 +0100 Subject: [PATCH] style: keep tag link color --- stylesheets/application.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 436707a..20582a5 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -137,6 +137,9 @@ body { #main { font:Verdana,Tahoma,Arial,sans-serif; background: #f3f3f3; } #main a { color: #467aa7;} #main a:hover { color: #2a5a8a; text-decoration: underline; } +#main .tag-label-color a { + color: inherit; +} #content { width: 80%; background: #fff;