mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
feat: enable dark default color schemes for browsers in dark mode (#606)
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: #101010;
|
||||
|
||||
Reference in New Issue
Block a user