This commit is contained in:
mattyatea 2023-09-23 21:00:32 +09:00
parent d56d84c664
commit 62fbe750f7
1 changed files with 2 additions and 2 deletions

View File

@ -426,11 +426,11 @@ function more(ev: MouseEvent) {
color: var(--navFg);
&.gamingDark {
color: white;
color: var(--navFg);
}
&.gamingLight {
color: black;
color: var(--navFg);
}
&:hover {