From 80b472aba01c7438e734e5bc286abd850621a052 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Tue, 29 Dec 2020 11:15:22 +0100 Subject: [PATCH] [SCI-5095] Change color of sidebar icons and labels --- app/assets/stylesheets/themes/menu_bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/menu_bar.scss b/app/assets/stylesheets/themes/menu_bar.scss index 2f4944763..17743f949 100644 --- a/app/assets/stylesheets/themes/menu_bar.scss +++ b/app/assets/stylesheets/themes/menu_bar.scss @@ -23,7 +23,7 @@ & > a, & > span { @include font-small; - color: $color-silver-chalice; + color: $color-volcano; display: grid; margin-left: auto; margin-right: auto;