diff options
author | r <r@freesoftwareextremist.com> | 2023-09-08 17:15:44 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2023-09-08 18:10:29 +0000 |
commit | 461908e0319f8fa43b93fbc500babea3ef44722f (patch) | |
tree | 61b80963720c927ab2f5f30fa7cb8b87f1f36ea3 /static | |
parent | 426e9ad14f299a674b672d256ca8644281ec267f (diff) | |
download | bloat-461908e0319f8fa43b93fbc500babea3ef44722f.tar.gz bloat-461908e0319f8fa43b93fbc500babea3ef44722f.zip |
Load CSS on the root page
This applies the background color to the root page and avoids flicker
during the initial page load.
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index ef27f1f..21d8bc0 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,4 @@ -body { +frame, body { background-color: #d2d2d2; } |