#7010 -- Make public page background centered.

This commit is contained in:
Buster Neece 2024-04-17 05:18:26 -05:00
parent 4cf9c626ad
commit c3e540eae7
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body.page-minimal {
background: var(--bs-body-bg) var(--public-page-bg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
footer {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 4px #000;