Adjusting colors

This commit is contained in:
Sharwin Patil 2025-01-05 15:44:43 -08:00
parent 1edf0fbfff
commit e0a2916c58
2 changed files with 35 additions and 2 deletions

View file

@ -221,6 +221,7 @@ html[data-theme='dark'] {
background-color: get-dark-color('bg-primary');
.navbar-brand {
// Color of navbar when not transparent
color: get-dark-color('heading-color');
}
@ -276,7 +277,8 @@ html[data-theme='dark'] {
&.transparent-navbar {
.navbar-brand {
color: get-dark-color('text-color');
// Color of navbar text when the navbar is transparent
color: get-dark-color('heading-color');
}
li {