Opt out of chromium's dark mode.

Closes #2350
This commit is contained in:
Kavin
2023-05-01 08:26:09 +01:00
parent 4922cb05b4
commit 5d439680ac

View File

@@ -114,6 +114,10 @@ b {
text-align: start;
}
:root {
color-scheme: only light;
}
::-webkit-scrollbar {
background-color: #d1d5db;
}