keyboard: match transliterated letters
[sheet.git] / dark.css
index acce64bd491f9869a963c52ef9d8c610b58a0284..6cb893f2c88cc68f115950a23054b47953a2bd36 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;
@@ -30,7 +29,7 @@ dl.legend-options dt {background: #333}
 .sy-error      { font-weight: bold; background-color: #800; color: #EEE }
 .sy-todo       { background-color: #880 }
 
-.glyphs i      { color: #C44 }
+.glyphs b      { color: #C44 }
 
 /* character properties */
 
@@ -109,3 +108,13 @@ th, td {
 .legend .ex:hover {background: #666}
 .X:hover small {color: #FFF}
 
+/* keyboard */
+
+@media (max-width: 79em) {
+       .keys td b,
+       .keys .meta td b,
+       .keys .ctrl td b,
+       .keys .lead td b {
+               color: #000;
+       }
+}