keys: invert background letter colour in dark style
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 21 Feb 2018 08:55:34 +0000 (09:55 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 5 Mar 2018 22:51:17 +0000 (23:51 +0100)
Improve legibility similar to light style.

dark.css

index e47db560bb823bf8c6dc6071ba63ebc136d9fcc3..6cb893f2c88cc68f115950a23054b47953a2bd36 100644 (file)
--- 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;
+       }
+}