make scroll bars etc dark on the microsite
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user