fix
This commit is contained in:
parent
6c699f14bc
commit
a550ad12c5
|
@ -292,7 +292,7 @@ function more(ev: MouseEvent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.gamingLight {
|
&.gamingLight {
|
||||||
color: white;
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.gamingDark {
|
&.gamingDark {
|
||||||
|
@ -759,7 +759,7 @@ function more(ev: MouseEvent) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&.gamingLight {
|
&.gamingLight {
|
||||||
color: white;
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &.active {
|
&:hover, &.active {
|
||||||
|
@ -771,7 +771,7 @@ function more(ev: MouseEvent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.gamingLight {
|
&.gamingLight {
|
||||||
color: white;
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in New Issue