mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 15:06:27 -04:00
Ran pnpm oxfmt . This should get the web repo aligned so that we can better enforce oxfmt going forward.
8 lines
80 B
CSS
8 lines
80 B
CSS
body.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
body:not(.dark) {
|
|
color-scheme: light;
|
|
}
|