From 7ae547ff020f8bb1d6bca6d0b48529dcba25da92 Mon Sep 17 00:00:00 2001 From: Christian Ohlsson Date: Tue, 7 Apr 2026 13:09:22 +0200 Subject: [PATCH] =?UTF-8?q?Bytte=20f=C3=A4rg=20p=C3=A5=20titlarna?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3e122db..6794a90 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ } .hv-item { - padding: 12px 16px; + padding: 12px 0; border: 1px solid #2a2e37; border-radius: 6px; transition: @@ -21,6 +21,7 @@ .hv-kurs { font-weight: bold; color: #ff8f3f; + color: var(--wp--preset--color--custom-burnt-orange); margin-bottom: 4px; }