]> 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 81a2a50273426ca5ad02be2c470f14b67bf4f4b0..789da2f12b6698f33f0ec0d8d0d145c0ff8a6d39 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # Self-updating module containing a sample CSS for client-side
@@ -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 */