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