unicode: common (western) characters
[sheet.git] / dark.css
index 6f1feb4d3d1aea866727f089d6f0fd25507448bb..ddd4fd4015d4fe5d88257c619ed5caac9e151b9f 100644 (file)
--- 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,