Fix tab color
This commit is contained in:
parent
637776dc5e
commit
284a4ef794
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue