From b7df4b9c7a861dc89135a5917f8b5e456c1ddf77 Mon Sep 17 00:00:00 2001 From: Ryan Orlando Date: Thu, 29 Feb 2024 11:45:55 -0500 Subject: [PATCH] blue fixes. --- app/assets/stylesheets/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d8e43bd3b..a7dd5b1fd 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -20,7 +20,8 @@ a { color: #337ab7; } -.nav-pills > .nav-items > a.active{ + +.nav-pills .nav-link.active, .nav-pills .show >.nav-link { background-color: #337ab7 !important; }