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;