X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/53686d73c4a758bc3ca80e2f0def103f37e37fa3..862627860502c912cf2691168c1f6b763333ae43:/dark.css diff --git a/dark.css b/dark.css index acce64b..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; @@ -30,7 +29,7 @@ dl.legend-options dt {background: #333} .sy-error { font-weight: bold; background-color: #800; color: #EEE } .sy-todo { background-color: #880 } -.glyphs i { color: #C44 } +.glyphs b { color: #C44 } /* character properties */ @@ -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; + } +}