]> Sergey Matveev's repositories - public-inbox.git/blobdiff - contrib/css/216light.css
contrib/css: limit <a> coloring to links, only
[public-inbox.git] / contrib / css / 216light.css
index 559a6b7404989e04b8bca3bb3f12ad437a912b1a..c66cfdfe89ff5a85ebaca2adfb9b744ef3b1b80e 100644 (file)
@@ -10,7 +10,7 @@
  * Underlined links add visual noise which make them hard-to-read.
  * Use colors to make them stand out, instead.
  */
-a { color:#00f; text-decoration:none }
+a:link { color:#00f; text-decoration:none }
 a:visited { color:#808 }
 
 /* quoted text gets a different color */