From: Mischa POSLAWSKY Date: Wed, 21 Feb 2018 08:55:34 +0000 (+0100) Subject: keys: invert background letter colour in dark style X-Git-Tag: v1.11~8 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/44f2bc2a8a46bec091ba5736bdef455a523aec85 keys: invert background letter colour in dark style Improve legibility similar to light style. --- diff --git a/dark.css b/dark.css index e47db56..6cb893f 100644 --- a/dark.css +++ b/dark.css @@ -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; + } +}