Configure 85% opacity dark slate overlay for background image to make it very subtle
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15s

This commit is contained in:
Kroonk
2026-07-01 18:07:08 +02:00
parent 3ba3638e5e
commit 936d1d7b17
4 changed files with 22 additions and 24 deletions

View File

@@ -9,30 +9,30 @@ body {
background-position: center !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-color: #0f172a !important;
}
/* Force transparency on Homepage layout wrappers to prevent covering the background */
/* Set the layout wrapper to be 85% dominant dark slate, letting the background peek through subtly (15% visibility) */
#__next, #__next > div, main, .layout, #layout-wrapper {
background-color: transparent !important;
background: transparent !important;
background-color: rgba(15, 23, 42, 0.85) !important;
}
/* Semi-transparent blur cards */
.card, .widget, .resource-widget {
background-color: rgba(15, 23, 42, 0.45) !important;
backdrop-filter: blur(14px) saturate(140%) !important;
-webkit-backdrop-filter: blur(14px) saturate(140%) !important;
border: 1px solid rgba(255, 255, 255, 0.08) !important;
background-color: rgba(30, 41, 59, 0.45) !important;
backdrop-filter: blur(10px) saturate(120%) !important;
-webkit-backdrop-filter: blur(10px) saturate(120%) !important;
border: 1px solid rgba(255, 255, 255, 0.05) !important;
border-radius: 12px !important;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
transition: all 0.3s ease !important;
}
.card:hover {
background-color: rgba(30, 41, 59, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.16) !important;
background-color: rgba(51, 65, 85, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.12) !important;
transform: translateY(-2px) !important;
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.6) !important;
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5) !important;
}
/* Style headers and category names */

View File

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