tools: optional verbosity for wget-ifmodified
[sheet.git] / dark.css
index a4dfa6b0a2d6ef209634d303f64f2784c2a160d6..e47db560bb823bf8c6dc6071ba63ebc136d9fcc3 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,5 +1,4 @@
-@import url(base.css);
-@import url(terse.css) all and (max-width: 79em);
+@import url(light.css?1.10);
 
 body {
        background: #000;
@@ -20,7 +19,8 @@ dl.legend dt,
 }
 dl.legend-options dt {background: #333}
 
-/* code syntax */
+/* syntax highlighting */
+
 .sy-comment    { color: #888 }
 .sy-constant   { color: #8AC }
 .sy-type,
@@ -29,6 +29,8 @@ dl.legend-options dt {background: #333}
 .sy-error      { font-weight: bold; background-color: #800; color: #EEE }
 .sy-todo       { background-color: #880 }
 
+.glyphs b      { color: #C44 }
+
 /* character properties */
 
 th, td {
@@ -53,7 +55,7 @@ th, td {
 
 .X  {background: #000} /* unidentified */
 .Xr {background: #111} /* reverse */
-.Co {background: #322} /* private */
+.Co, .Xi.Co {background: #322} /* private */
 
 /* implementation-based alternatives */
 .l1 {background: #411} /* bmp */