From 5dccc4c768d2b48b14f2e41093d496f3b9829aa8 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 26 Sep 2024 12:43:06 -0300 Subject: [PATCH] style: change nav pill active text color --- frontend/src/styles/_variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/styles/_variables.scss b/frontend/src/styles/_variables.scss index 65fcf1e..ce47345 100644 --- a/frontend/src/styles/_variables.scss +++ b/frontend/src/styles/_variables.scss @@ -31,3 +31,5 @@ $danger: $red !default; $dark: $gray-800 !default; $min-contrast-ratio: 1.9 !default; + +$nav-pills-link-active-color: $black