From 2ef4dd5f39564f1333dd68bc39c6d8e561efcaf3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 18 Nov 2010 23:55:24 +0100 Subject: [PATCH] style/mono: prevent colour in active/hovered links --- mono.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mono.css b/mono.css index f4a6fc4..19ead32 100644 --- 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, -- 2.30.0