From f3fcfdbd7f7bcbef9dc36869f82d0cf68fff849f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 17 Oct 2024 10:52:11 +0200 Subject: [PATCH] cause: Set accent color to pink for Breast Cancer Awareness Month --- data/resources/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/resources/style.css b/data/resources/style.css index 59a87bce..e5c286a5 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -1,6 +1,7 @@ /* Global */ :root { + --accent-bg-color: var(--accent-pink); --focus-outline-color: color-mix(in srgb, var(--accent-color) 50%, transparent); }