fix background color

This commit is contained in:
do butterflies cry? 2026-02-03 13:06:04 +10:00
parent 1161db28fd
commit c76274c0f3
6 changed files with 27 additions and 18 deletions

3
www/css/style.css Normal file
View file

@ -0,0 +1,3 @@
body {
background-color: var(--theme-bg);
}