X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e1a650f4c80d7108a0f3e84b4b73271e42c67bcc..194cffeee825787e5ac61e3919681d19b9109aaf:/dark.css diff --git a/dark.css b/dark.css index ae0ca43..6cb893f 100644 --- a/dark.css +++ b/dark.css @@ -1,4 +1,4 @@ -@import url(light.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; + } +}