X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8da111b671c9914450077a1ec506964e70dceb40..bba917e54169127218b3580c98686ba6aaf88fb4:/dark.css diff --git a/dark.css b/dark.css index 6f1feb4..ddd4fd4 100644 --- a/dark.css +++ b/dark.css @@ -5,6 +5,10 @@ body { a, a:visited { color: #BBB; } +a:active, a:hover { + color: #44E; + text-decoration: none; +} dl.legend dt, ul.keys li { @@ -20,7 +24,9 @@ dl.legend-options dt {background: #333} .mo {background: #500} /* state */ .mv {background: #503} /* visual */ .me {background: #205} /* mode */ +.no {background: #222} /* unassigned */ +.co[onclick]:hover, .mi[onclick]:hover, .mo[onclick]:hover, .mv[onclick]:hover,