From f12c169383c9f2d7875eb3ef1d8b377dae900f64 Mon Sep 17 00:00:00 2001 From: Christian Ohlsson Date: Tue, 7 Apr 2026 09:39:21 +0200 Subject: [PATCH] =?UTF-8?q?Lade=20in=20f=C3=A4rgschemat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/style.css b/style.css index a57801a..9884102 100644 --- a/style.css +++ b/style.css @@ -14,3 +14,28 @@ Text Domain: wp-theme-crille2026 Tags: */ +/* + FÄÖRGSCHEMA + ----------------------------------- + "background-primary" #0E0F12" + "background-secondary" "#16181D" + "background-tertiary" "#1F2228" + "text-primary" "#E8EAF0" + "text-secondary" "#B6BAC6" + "text-muted" "#7A7F8A" + "blue" "#4DA3FF" + "blue-hover" "#82C4FF" + "orange" "#FF8F3F" + "orange-hover" "#FFB27A" + "code-bg" "#1A1D23" + "code-border" "#2A2E37" +*/ +/* +CSS att lägga till i Simple Custom CSS +.taxonomy-category a { + background-color: #ff8f3f; + color: #0e0f12; + padding: 1px 7px; + border-radius: 7px; +} +*/