commit fb5a4644eaead62bc3bcecc94a89ea85fe7d1afd parent d42523ad69623b7ad1f628baa3e1bdb39c6f9d77 Author: aabacchus <ben@bvnf.space> Date: Thu, 19 May 2022 13:50:04 +0100 style.css: increase contrast in dark color scheme Diffstat:
M | wiki/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wiki/style.css b/wiki/style.css @@ -142,7 +142,7 @@ h4 { @media (prefers-color-scheme: dark) { body { background-color: #000; - color: #bdbdbd; + color: #fff; } #menu { border-top: 1px solid #222;