From d5da71663f5eb5ec380310619eb390c1df26799b Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 16 Sep 2021 14:35:59 +0200 Subject: [PATCH] new accent color --- zero.Web.UI/Sass/Settings/_accent.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero.Web.UI/Sass/Settings/_accent.scss b/zero.Web.UI/Sass/Settings/_accent.scss index 390b87db..819ef493 100644 --- a/zero.Web.UI/Sass/Settings/_accent.scss +++ b/zero.Web.UI/Sass/Settings/_accent.scss @@ -3,7 +3,7 @@ // theme-agnostic colors :root { - --color-accent: #2BBBB8; + --color-accent: #1EBBB8; --color-accent-fg: #ffffff; --color-negative: rgb(216, 40, 83);