From 07f407d34d0941775af0344a61579597c013ab6a Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Thu, 17 Oct 2024 03:46:38 +0200 Subject: [PATCH] made primary color pop more --- theme-earl-grey-hibiscus.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme-earl-grey-hibiscus.css b/theme-earl-grey-hibiscus.css index f99f5f5..2b8c31b 100644 --- a/theme-earl-grey-hibiscus.css +++ b/theme-earl-grey-hibiscus.css @@ -164,9 +164,10 @@ :root { --color-header-wrapper: #24262b; --color-nav-bg: #1D1F23; - --color-primary: hsl(333, 78%, 35%); + --color-primary: hsl(333, 98%, 40%); + --color-primary-contrast: #FFF; --color-primary-dark-1: hsl(333, 30%, 58%); - --color-primary-dark-2: hsl(333, 100%, 35%); + --color-primary-dark-2: hsl(333, 98%, 35%); --color-primary-dark-3: hsl(333, 30%, 67%); --color-primary-dark-4: hsl(333, 31%, 72%); --color-primary-dark-5: #cfddc1;