fix nav bar button active style
This commit is contained in:
parent
2137d6395a
commit
ebe3b38a90
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
grid-template-areas: "logo sitename actions";
|
||||
}
|
||||
|
||||
button {
|
||||
.button-default {
|
||||
&, svg {
|
||||
color: $fallback--text;
|
||||
color: var(--btnTopBarText, $fallback--text);
|
||||
|
|
Loading…
Reference in a new issue