style/mono: prevent colour in active/hovered links
[sheet.git] / mono.css
index a8a710c9c73ce67acc0187e7037168cce7e7b01e..19ead32ae11d9c04b8b755c3e1271fed9ec4d16b 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -1,12 +1,15 @@
 @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,
 .X  {background: #EEE}
-.ex a, .ex a:visited,
-.ex {background: #BBB; color: #FFF; text-shadow: 0 0 4px #000}
+.l9 a, .l9 a:visited,
+.l9 {background: #BBB; color: #FFF; text-shadow: 0 0 4px #000}
 .l0 a, .l0 a:visited,
 .l0 {background: #000; color: #FFF}
 .l2 a, .l2 a:visited,
@@ -14,8 +17,18 @@ td,
 .l4 {background: #AAA; color: #000}
 .l5 {background: #DDD; color: #000}
 .l6 {background: #EEE; color: #000}
-.l6.ex, .l5.ex, .l4.ex, .l2.ex,
-.l0.ex                {color: #888; text-shadow: none}
+.ex a, .ex a:visited,
+.ex                   {color: #888}
+
+.p0:not(.p)           {color: #888; opacity: 1}
+.p0:not(.p).l9        {color: #DDD}
+   .p::after {color: #444}
+.l9.p::after,
+.l2.p::after,
+.l0.p::after {color: #CCC}
+   .p::after {content: '‼'}
+.p1.p::after,
+.p0.p::after {content: '!'}
 
 .pm, .g1 {background: #FFF}   /* motion */
 .po, .g2 {background: #DDD}   /* window */