aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/include/_bootstrap-variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss
index c4d3897bd..ca4a835f9 100644
--- a/client/src/sass/include/_bootstrap-variables.scss
+++ b/client/src/sass/include/_bootstrap-variables.scss
@@ -45,8 +45,8 @@ $input-focus-border-color: #ced4da;
45$input-group-addon-color: pvar(--mainForegroundColor); 45$input-group-addon-color: pvar(--mainForegroundColor);
46$input-group-addon-bg: pvar(--greyBackgroundColor); 46$input-group-addon-bg: pvar(--greyBackgroundColor);
47 47
48$nav-pills-link-active-bg: #F0F0F0; 48$nav-pills-link-active-bg: pvar(--greySecondaryBackgroundColor);
49$nav-pills-link-active-color: #000; 49$nav-pills-link-active-color: pvar(--mainForegroundColor);
50$nav-link-transition: none; 50$nav-link-transition: none;
51 51
52$dropdown-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); 52$dropdown-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);