Load CSS on the root page

This applies the background color to the root page and avoids flicker
during the initial page load.
This commit is contained in:
r 2023-09-08 17:15:44 +00:00
parent 426e9ad14f
commit 461908e031
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
body {
frame, body {
background-color: #d2d2d2;
}