aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 6a5d36639..28a6f4807 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -187,7 +187,7 @@
187 font-weight: $font-semibold !important; 187 font-weight: $font-semibold !important;
188 188
189 .nav-link { 189 .nav-link {
190 opacity: 0.6 !important; 190 opacity: 0.7 !important;
191 191
192 &.active, 192 &.active,
193 &:hover, 193 &:hover,
@@ -211,7 +211,7 @@
211 font-weight: $font-semibold; 211 font-weight: $font-semibold;
212 border: 0; 212 border: 0;
213 border-bottom: 2px solid transparent; 213 border-bottom: 2px solid transparent;
214 opacity: 0.6; 214 opacity: 0.7;
215 215
216 &.active { 216 &.active {
217 color: pvar(--mainForegroundColor); 217 color: pvar(--mainForegroundColor);