common: bump version to 1.11
[sheet.git] / dark.css
index ae0ca4395009826492dc9be884535c189c92f077..50ba18415fda2ebcce41f303eeb04bc9b060f6d2 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.11);
 
 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;
+       }
+}