X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0f352cba4bd2bd1271275c60853c500a233eeef5..86d6ea4639d96053e433344870a307e9e4a225dd:/dark.css diff --git a/dark.css b/dark.css index 180e417..6c471ba 100644 --- 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} @@ -62,7 +62,7 @@ th, td { .l4 {background: #030} /* ascii */ .l5 {background: #00331D} /* ascii */ .l0 {background: #222} -.ex {background: #222} /* disfavoured */ +.ex { color: #777} /* disfavoured */ .u-invalid {background: #333} /* impossible */ .p4::after {color: #F44} @@ -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}