X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/90bfe9a4d5cb83c325d989f260c1e1e1f6c74427..23a77ad01b96149db5e07121c09481dd1c5d9b4a:/dark.css diff --git a/dark.css b/dark.css index 878c560..1bc01cb 100644 --- a/dark.css +++ b/dark.css @@ -1,3 +1,6 @@ +@import url(base.css); +@import url(terse.css) all and (max-width: 80em); + body { background: #000; color: #CCC; @@ -59,12 +62,12 @@ th, td { .glyphs small.digraph { background: #444; - color: #000; + color: #AAA; opacity: 0.5; } .glyphs small.value { background: #633; - color: #000; + color: #AAA; opacity: 0.4; } @@ -75,7 +78,7 @@ td.Co {background: #181111} /* private */ /* implementation-based alternatives */ td.di-b {background: #411} /* bmp */ td.di-d {background: #330} /* rfc-1345 digraph */ -td.di-prop {background: #420} /* proposed digraph */ +td.di-prop {background: #3B2200} /* proposed digraph */ td.di-a {background: #131} /* ascii */ td.di-rare {background: #181818} /* disfavoured */ td.di-invalid {background: #222} /* impossible */