adventskalender/2025/css/main.css aktualisiert

This commit is contained in:
2025-11-03 21:02:05 +00:00
parent 740081f84c
commit 9e18b6238c

View File

@@ -22,13 +22,13 @@
/* Türchen-Design */ /* Türchen-Design */
.grid-overlay .day { .grid-overlay .day {
position: absolute; position: absolute;
background-color: rgba(247, 243, 232, 0.3); /* neu! */
border: 2px solid var(--ci-gold); border: 2px solid var(--ci-gold);
border-radius: 0.5rem; border-radius: 0.5rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
pointer-events: auto; pointer-events: auto;
background: transparent;
transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;
} }