Merge pull request #6114 from backstage/freben/dark

This commit is contained in:
Ben Lambert
2021-06-18 16:08:55 +02:00
committed by GitHub
+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;