X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bc57bd1b3634422a37757e5a2d37fdb9565622fb..d22e7febda8720bc38069f7061adb43b98143c48:/dark.css diff --git a/dark.css b/dark.css index e47db56..50ba184 100644 --- a/dark.css +++ b/dark.css @@ -1,4 +1,4 @@ -@import url(light.css?1.10); +@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; + } +}