adventskalender/2025/css/main.css aktualisiert

This commit is contained in:
2025-11-04 18:22:49 +00:00
parent 1e034241e4
commit 99aa655269

View File

@@ -265,19 +265,3 @@
.fluegel.open.left { --fluegel-rotation: -115deg; }
.fluegel.open.right { --fluegel-rotation: 115deg; }
.door-number {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Bratonien2025", cursive;
font-size: 2.3vw;
color: var(--ci-gold);
pointer-events: none;
z-index: 6;
text-shadow:
0 0 3px rgba(0,0,0,0.6),
0 0 8px rgba(0,0,0,0.4);
}