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-size: cover !important;
|
||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
background-attachment: fixed !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 */
|
/* Semi-transparent blur cards */
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
title: MischLabs Admin
|
title: MischLabs Admin
|
||||||
theme: dark
|
theme: dark
|
||||||
language: de
|
language: de
|
||||||
|
background: /background.png
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ body {
|
|||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
background-attachment: fixed !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 */
|
/* Semi-transparent blur cards */
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
title: MischLabs
|
title: MischLabs
|
||||||
theme: dark
|
theme: dark
|
||||||
language: de
|
language: de
|
||||||
|
background: /background.png
|
||||||
|
|||||||
Reference in New Issue
Block a user