Fixing navbar colors and editing settings

This commit is contained in:
Sharwin24 2024-12-30 12:18:33 -08:00
parent 96dd226af5
commit fc14338f5e
2 changed files with 76 additions and 2 deletions

View file

@ -26,7 +26,7 @@
@include transition();
.navbar-brand {
color: get-light-color('heading-color');
color: get-light-color('text-color');
text-decoration: none !important;
font-weight: 600;
@ -128,7 +128,7 @@
background-color: transparent !important;
.navbar-brand {
color: get-light-color('inverse-text-color');
color: get-light-color('muted-text-color');
font-weight: 600;
}