Skip to content

Commit

Permalink
AzuraCast#7010 -- Make public page background centered.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 17, 2024
1 parent 4cf9c62 commit c3e540e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scss/pages/_public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c3e540e

Please sign in to comment.