override bg color to default

This commit is contained in:
4-211 2026-05-08 13:03:46 +03:00
parent ea92ab2bc2
commit 2dbdb7a761

View file

@ -217,6 +217,9 @@ body {
initial-value: 7% initial-value: 7%
} }
#background {
background-color: var(--surface-000);
}
#background.default { #background.default {
--x-0: 85%; --x-0: 85%;
--y-0: 80%; --y-0: 80%;