style/mono: prevent colour in active/hovered links
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 18 Nov 2010 22:55:24 +0000 (23:55 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 6 Dec 2010 00:04:46 +0000 (01:04 +0100)
mono.css

index f4a6fc4de992078590682791a54912cc29553d03..19ead32ae11d9c04b8b755c3e1271fed9ec4d16b 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -1,6 +1,9 @@
 @import url(base.css);
 @import url(terse.css) all and (max-width: 80em);
 
+a:active, a:visited:active,
+a:hover,  a:visited:hover {color: inherit}
+
 body dl.legend-options dt {background: #EEE}
 
 td,