screen: separate language include
[sheet.git] / dark.css
index 75530898a897c4545feab9312fd8941cebbc8f1a..6c471ba01f16c953d63e39c4b9c1924cefaae435 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,5 +1,5 @@
 @import url(base.css);
-@import url(terse.css) all and (max-width: 80em);
+@import url(terse.css) all and (max-width: 79em);
 
 body {
        background: #000;
@@ -15,7 +15,7 @@ a:active, a:hover {
 }
 
 dl.legend dt,
-ul.keys li {
+.keys td {
        border-color: #888;
 }
 dl.legend-options dt {background: #333}
@@ -92,7 +92,7 @@ th, td {
 .c-as,
 .mo,
 .g6 {background: #500}
-.c-aa,
+.c-an,
 .mv,
 .g7 {background: #503}
 .c-oc,
@@ -121,5 +121,6 @@ th, td {
 .g0 a:hover, .g0[onclick]:hover {
        color: #000; /* on default (light) background hover */
 }
+.legend .ex:hover {background: #666}
 .X:hover small {color: #FFF}