X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/158fd6a72572921077756bed6286a16bb7d78f6b..32a6cc3086f1c4ff99aadd88c976fe854a3fd826:/dark.css diff --git a/dark.css b/dark.css index c257196..6cb893f 100644 --- 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.10); 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; + } +}