common: bump version to 1.11
[sheet.git] / dark.css
index c2571962f80380c9275147ddc4e9bd9f5cee450f..50ba18415fda2ebcce41f303eeb04bc9b060f6d2 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.11);
 
 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;
+       }
+}