Change background colour

This commit is contained in:
2025-07-24 12:19:05 +02:00
parent a501be58d1
commit e511cbd02a
2 changed files with 5 additions and 5 deletions

View File

@@ -153,10 +153,10 @@ button:hover {
.header-plusminus-werktage.active, .header-plusminus-werktage:hover { background: #0369a1; }
.header-plusminus-wochenmonate { background: #f43f5e; }
.header-plusminus-wochenmonate.active, .header-plusminus-wochenmonate:hover { background: #be123c; }
.header-kw { background: #facc15; color: #1e293b; }
.header-kw.active, .header-kw:hover { background: #ca8a04; }
.header-kw-datum { background: #38bdf8; }
.header-kw-datum.active, .header-kw-datum:hover { background: #0ea5e9; }
.header-kw { background: #a78bfa; color: #1e293b; }
.header-kw.active, .header-kw:hover { background: #7c3aed; }
.header-kw-datum { background: #facc15; color: #1e293b; }
.header-kw-datum.active, .header-kw-datum:hover { background: #ca8a04; }
@media (max-width: 600px) {
.container {
margin: 1em;

View File

@@ -305,7 +305,7 @@
</div>
</div>
<div class="accordion-item">
<button type="button" class="accordion-header header-kw" onclick="openAccordion(6)">
<button type="button" class="accordion-header header-kw-datum" onclick="openAccordion(7)">
<span style="vertical-align:middle;display:inline-block;width:1.5em;">
<!-- Kalender mit # -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="5" width="18" height="16" rx="4" fill="#fff" stroke="#2563eb" stroke-width="2"/><rect x="3" y="5" width="18" height="4" rx="2" fill="#2563eb"/><rect x="6" y="2" width="2" height="4" rx="1" fill="#2563eb"/><rect x="16" y="2" width="2" height="4" rx="1" fill="#2563eb"/><text x="12" y="17" text-anchor="middle" font-size="13" font-family="Segoe UI, Arial, sans-serif" fill="#2563eb" font-weight="bold">#</text></svg>