keys: graphical representation of linux control keys
[sheet.git] / dark.css
index c2571962f80380c9275147ddc4e9bd9f5cee450f..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;
@@ -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;
+       }
+}