From: Mischa POSLAWSKY Date: Sat, 21 Nov 2009 01:19:08 +0000 (+0000) Subject: unicode: improve dark page styling X-Git-Tag: v1.3~87 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/2329742cc4af2c93b526e4085798a56b0da7d1df?hp=0aaffaf050bd5ca5ce5b5caf9e8dec1e8a1b7a48 unicode: improve dark page styling --- diff --git a/dark.css b/dark.css index aa3c7d0..1bc01cb 100644 --- a/dark.css +++ b/dark.css @@ -62,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; } @@ -78,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 */