This commit is contained in:
mattyatea 2023-09-24 07:41:26 +09:00
parent 6c699f14bc
commit a550ad12c5
1 changed files with 3 additions and 3 deletions

View File

@ -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 {