make scroll bars etc dark on the microsite

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-06-18 15:40:13 +02:00
parent 1d2d530979
commit ae42a6d143
+5
View File
@@ -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;