From 44f2bc2a8a46bec091ba5736bdef455a523aec85 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 21 Feb 2018 09:55:34 +0100 Subject: [PATCH] keys: invert background letter colour in dark style Improve legibility similar to light style. --- dark.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + } +} -- 2.30.0