Bytte färg på titlarna

This commit is contained in:
2026-04-07 13:09:22 +02:00
parent 12c72c5f3b
commit 7ae547ff02

View File

@@ -6,7 +6,7 @@
} }
.hv-item { .hv-item {
padding: 12px 16px; padding: 12px 0;
border: 1px solid #2a2e37; border: 1px solid #2a2e37;
border-radius: 6px; border-radius: 6px;
transition: transition:
@@ -21,6 +21,7 @@
.hv-kurs { .hv-kurs {
font-weight: bold; font-weight: bold;
color: #ff8f3f; color: #ff8f3f;
color: var(--wp--preset--color--custom-burnt-orange);
margin-bottom: 4px; margin-bottom: 4px;
} }