Fix tab color

This commit is contained in:
Robert Long
2021-12-13 16:28:50 -08:00
parent 637776dc5e
commit 284a4ef794
2 changed files with 3 additions and 2 deletions

View File

@@ -25,12 +25,12 @@
}
.tab > * {
color: var(--textColor2);
color: var(--textColor4);
margin-right: 16px;
}
.tab svg * {
fill: var(--textColor2);
fill: var(--textColor4);
}
.tab > :last-child {