From 591c257e55207795a5154dfc6a2ce3820d405e5d Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Thu, 10 Apr 2025 21:17:05 +0100 Subject: [PATCH] Update color variables for better contrast in light mode --- assets/scss/common/_variables-custom.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/common/_variables-custom.scss b/assets/scss/common/_variables-custom.scss index d9b9000..b18e8b8 100644 --- a/assets/scss/common/_variables-custom.scss +++ b/assets/scss/common/_variables-custom.scss @@ -1,12 +1,12 @@ // Put your custom SCSS variables here // Light mode -$primary: #50dc51; +$primary: #65a30d; $secondary: #008000; -$focus: #50dc51; -$link-color: #50dc51; -$button-color: #50dc51; -$button-hover-color: #50dc51; +$focus: #65a30d; +$link-color: #65a30d; +$button-color: #65a30d; +$button-hover-color: #65a30d; $success: green; $info: blue; $warning: yellow;