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

This commit is contained in:
Kroonk
2026-07-01 18:04:15 +02:00
parent cc52ab9145
commit 3ba3638e5e
4 changed files with 16 additions and 0 deletions

View File

@@ -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 */

View File

@@ -1,3 +1,4 @@
title: MischLabs
theme: dark
language: de
background: /background.png