Fix background visibility by using settings.yaml background property and making Next.js wrappers transparent in custom.css
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -8,6 +8,13 @@ body {
|
||||
background-size: cover !important;
|
||||
background-position: center !important;
|
||||
background-attachment: fixed !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
|
||||
/* Force transparency on Homepage layout wrappers to prevent covering the background */
|
||||
#__next, #__next > div, main, .layout, #layout-wrapper {
|
||||
background-color: transparent !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* Semi-transparent blur cards */
|
||||
|
||||
Reference in New Issue
Block a user