browser: fix link and hover styling
[sheet.git] / dark.css
index b528633a355f312e686cd3c84ebb25f7948c2b91..180e417f0e70a9b7078c91a505c176a8b54f5cd5 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -8,6 +8,7 @@ body {
 a, a:visited {
        color: #BBB;
 }
+.l:hover a:active, .l:hover a:hover, /* prevent override */
 a:active, a:hover {
        color: #44E;
        text-decoration: none;
@@ -100,6 +101,7 @@ th, td {
 .no {background: #222}
 
 .X:hover,
+.l:hover a, .l:hover a:visited,
 .pm a:hover, .pm[onclick]:hover,
 .po a:hover, .po[onclick]:hover,
 .ci a:hover, .ci[onclick]:hover,