forked from AkkomaGang/akkoma-fe
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";
|
grid-template-areas: "logo sitename actions";
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
.button-default {
|
||||||
&, svg {
|
&, svg {
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--btnTopBarText, $fallback--text);
|
color: var(--btnTopBarText, $fallback--text);
|
||||||
|
|
Loading…
Reference in a new issue