This commit is contained in:
team3
2026-06-17 17:02:44 +02:00
parent d81bba9644
commit 18b0a32f1e

View File

@@ -81,7 +81,6 @@ const standFarbe = computed(() => {
/* Halbtransparent + Blur: die Guide-Liste dahinter scheint verschwommen durch die grauen Flächen. */
background: color-mix(in srgb, var(--bg-preview) 60%, transparent);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
display: grid;
grid-template-rows: auto auto 1fr; /* Header / XP-Leiste / Body */
}