This commit is contained in:
cay 2026-04-07 09:27:24 +01:00
parent a919534013
commit 5d8e53f325

View File

@ -31,7 +31,7 @@
justify-content: center;
padding: 6px;
box-sizing: border-box;
position: relative; /* ← fix: damit event-done-overlay korrekt positioniert wird */
position: relative; /* ← fix: damit event-done-overlay korrekt positioniert wird */
}
.event-card-img-wrap img {
@ -440,7 +440,7 @@
color: #e85010;
background: rgba(0, 0, 0, 0.5);
font-family: "Cinzel", serif;
font-size: 8px;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
white-space: nowrap;
@ -451,7 +451,7 @@
.gold-stamp {
border-color: #b8960a;
color: #f0c020;
color: #000000;
box-shadow: 0 0 6px rgba(200, 160, 10, 0.5);
text-shadow: 0 0 6px rgba(200, 160, 10, 0.6);
}