]> Sergey Matveev's repositories - public-inbox.git/blobdiff - contrib/css/216dark.css
contrib/css: limit <a> coloring to links, only
[public-inbox.git] / contrib / css / 216dark.css
index 6fc6cfe77e349d9029cde8b2f22eab9c6dc016d2..02804cbdd03e4764211b35a7ee884cb4017fa313 100644 (file)
@@ -11,7 +11,7 @@
  * Underlined links add visual noise which make them hard-to-read.
  * Use colors to make them stand out, instead.
  */
-a { color:#69f; text-decoration:none }
+a:link { color:#69f; text-decoration:none }
 a:visited { color:#96f }
 
 /* quoted text in emails gets a different color */