From 19ba2f86fa99afec1e6b657b0e13ef30458b1773 Mon Sep 17 00:00:00 2001 From: Darko Tomic Date: Wed, 25 Oct 2023 12:42:35 +0200 Subject: [PATCH] CPCN-403 Command News CN theme latest code --- server/theme/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/theme/theme.css b/server/theme/theme.css index 3610614..ee765a8 100644 --- a/server/theme/theme.css +++ b/server/theme/theme.css @@ -2,6 +2,8 @@ /* CORE: TYPOGRAPHY */ --font-family-core--sans: "Lato", sans-serif; --font-family-core--serif: "Titillium Web", sans-serif; + + --color-background: hsl(0, 0%, 97%); --badge-bg-highlight1: hsl(356, 72%, 46%); --color-primary: hsl(356, 72%, 46%); @@ -48,6 +50,7 @@ --sidenav-color-item-fg--active: hsla(0, 0%, 100%, 1); --sidenav-color-badge-bg: hsla(0, 0%, 98%, 1); --sidenav-color-badge-fg: hsl(356, 72%, 46%); + --sidenav-color-badge-active-outline: hsl(356, 72%, 46%); /* COMPONENT: BUTTONS */ /* // Primary */