adventskalender/2025/css/main.css aktualisiert
This commit is contained in:
@@ -107,12 +107,10 @@
|
|||||||
|
|
||||||
/* Grundstil: Mittelnaht sichtbar */
|
/* Grundstil: Mittelnaht sichtbar */
|
||||||
.door.double {
|
.door.double {
|
||||||
position: absolute;
|
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
90deg,
|
180deg,
|
||||||
color-mix(in srgb, var(--ci-darkgreen) 45%, transparent) 49%,
|
color-mix(in srgb, var(--ci-darkgreen) 35%, transparent),
|
||||||
color-mix(in srgb, var(--ci-gold) 60%, transparent) 50%,
|
color-mix(in srgb, var(--ci-blue) 35%, transparent)
|
||||||
color-mix(in srgb, var(--ci-blue) 45%, transparent) 51%
|
|
||||||
);
|
);
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
-webkit-backdrop-filter: blur(6px);
|
-webkit-backdrop-filter: blur(6px);
|
||||||
|
|||||||
Reference in New Issue
Block a user