From b393efadd65c41586b872361b71c70cab69ee1c7 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 13 May 2023 09:10:01 +0200 Subject: [PATCH] Use the color-primary-element* variables Signed-off-by: Simon L --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 871d1009..11dc4a03 100644 --- a/css/style.css +++ b/css/style.css @@ -73,7 +73,7 @@ } .info-color-label--used::before { - background-color: var(--color-primary); + background-color: var(--color-primary-element); } @media only screen and (max-width: $breakpoint-mobile) {