Files
web/packages/ui/src/app.css
Austin d2cb51d489 Execute oxfmt (#1166)
Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
2026-06-16 20:30:08 -04:00

8 lines
80 B
CSS

body.dark {
color-scheme: dark;
}
body:not(.dark) {
color-scheme: light;
}