vi: undo attribute for recent increment keys
[sheet.git] / dark.css
index d9098508c5a42c3d4ed32514dc2df2c9562a22e0..6cb893f2c88cc68f115950a23054b47953a2bd36 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,4 +1,4 @@
-@import url(base.css);
+@import url(light.css?1.10);
 
 body {
        background: #000;
@@ -108,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;
+       }
+}