Fix: set body background color (#5611)

This commit is contained in:
shamoon 2025-08-02 17:44:35 -04:00 committed by GitHub
parent a4b5e72d82
commit 082e1316c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,13 @@ body,
height: 100%;
margin: 0;
padding: 0;
background-color: rgb(var(--bg-color));
}
#background {
position: fixed;
inset: 0;
z-index: -1;
z-index: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;