]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/UserContent.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / UserContent.pm
index b6b439004cba4b4b6ec639ef3741d37433a22318..b63d061771015e47ea3e83d89b1e09c7cdbf99ed 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 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 */