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;