style/mono: prevent colour in active/hovered links
[sheet.git] / mono.css
index cd7fee46a555657f005abeff2f5ee0ed30c45ce7..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,
@@ -17,6 +20,16 @@ td,
 .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 */
 .co, .g3 {background: #AAA}   /* command */