From 14caefe2d1d31aaa7baeb291fa2dc5265e58f983 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 1 Feb 2021 22:49:42 +0100 Subject: [PATCH] Replace yellow menu highlight with blue color --- app/assets/stylesheets/main_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/main_nav.scss b/app/assets/stylesheets/main_nav.scss index b3615b0..46bf86a 100644 --- a/app/assets/stylesheets/main_nav.scss +++ b/app/assets/stylesheets/main_nav.scss @@ -47,7 +47,7 @@ &.active { color: $text-color-body; - border-bottom: 2px solid #ffd000; + border-bottom: 2px solid #4ea2df; } } }