From ae42a6d14351c1520ca57f0ca600db93fb75c6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 18 Jun 2021 15:40:13 +0200 Subject: [PATCH] make scroll bars etc dark on the microsite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index c54e0101d3..6404b25251 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -7,6 +7,11 @@ /* your custom css */ +/* makes scroll bars, inputs etc match the dark theme better */ +html { + color-scheme: dark; +} + /* override font color for new dark tech docs styling */ table { color: white;