From 66021480a7cc933d2d535b0e20866c97cac44a1d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 25 Apr 2020 15:36:22 -0400 Subject: [PATCH] [frio] Align brand name color on nav icon --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index ac6b5210c6..3dd4b8eb46 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -391,6 +391,7 @@ header #banner #logo-img, } #navbrand-container #navbar-brand-text { padding-left: 5px; + color: $nav_icon_color; } /* NavBar */