integrate digraphs.css in a single stylesheet
[sheet.git] / dark.css
index 6f1feb4d3d1aea866727f089d6f0fd25507448bb..e230e1a863e2e69bcb177121521c56cde2329937 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 {
@@ -16,11 +20,15 @@ dl.legend-options dt {background: #333}
 .po {background: #340} /* window */
 .ci {background: #044} /* info */
 .co {background: #440} /* command */
-.mi {background: #530} /* ins */
+.cp {background: #530} /* command */
+.mi {background: #520} /* ins */
 .mo {background: #500} /* state */
 .mv {background: #503} /* visual */
 .me {background: #205} /* mode */
+.no {background: #222} /* unassigned */
 
+.ci[onclick]:hover,
+.co[onclick]:hover,
 .mi[onclick]:hover,
 .mo[onclick]:hover,
 .mv[onclick]:hover,