Update MkMenu.vue

This commit is contained in:
syuilo
2026-02-23 14:00:03 +09:00
parent 8af087aa10
commit 8aabbaced9

View File

@@ -827,7 +827,11 @@ function guardMouseMove(ev: MouseEvent) {
cursor: pointer;
&.showGuard {
background: #f004;
background: #0f04;
&:hover {
background: #f004;
}
}
}
</style>