mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 20:43:38 +00:00
fix
This commit is contained in:
@@ -292,7 +292,7 @@ function more(ev: MouseEvent) {
|
||||
}
|
||||
|
||||
&.gamingLight {
|
||||
color: white;
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
&.gamingDark {
|
||||
@@ -759,7 +759,7 @@ function more(ev: MouseEvent) {
|
||||
text-align: center;
|
||||
|
||||
&.gamingLight {
|
||||
color: white;
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
&:hover, &.active {
|
||||
@@ -771,7 +771,7 @@ function more(ev: MouseEvent) {
|
||||
}
|
||||
|
||||
&.gamingLight {
|
||||
color: white;
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
||||
Reference in New Issue
Block a user