Fix: restore bg image to body again (#5828)

This commit is contained in:
shamoon
2025-09-30 09:07:20 -07:00
committed by GitHub
parent 7aeda56af4
commit 06cf76d724
2 changed files with 39 additions and 41 deletions

View File

@@ -30,18 +30,6 @@ body,
height: 100%;
margin: 0;
padding: 0;
background-color: rgb(var(--bg-color));
}
#background {
position: fixed;
inset: 0;
z-index: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
pointer-events: none;
}
html,