]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/UserContent.pm
contrib/css: limit <a> coloring to links, only
[public-inbox.git] / lib / PublicInbox / UserContent.pm
index b6b439004cba4b4b6ec639ef3741d37433a22318..789da2f12b6698f33f0ec0d8d0d145c0ff8a6d39 100644 (file)
@@ -23,7 +23,7 @@ sub CSS () {
         * Underlined links add visual noise which make them hard-to-read.
         * Use colors to make them stand out, instead.
         */
-       a { color:#69f !important; text-decoration:none !important }
+       a:link { color:#69f !important; text-decoration:none !important }
        a:visited { color:#96f !important }
 
        /* quoted text in emails gets a different color */