X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/26c539d8cbe413a4c3724d10ca6eade0d9539848..72b206b172f32b65161b0377ea01fb4e7afa4df3:/dark.css diff --git a/dark.css b/dark.css index 7553089..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} @@ -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}