Fixing navbar colors and editing settings
This commit is contained in:
parent
96dd226af5
commit
fc14338f5e
2 changed files with 76 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue