style: color disabled menu buttons

This commit is contained in:
2025-08-15 01:48:43 +00:00
parent 84b3ca1efd
commit b4b840bf9c

View File

@@ -94,6 +94,10 @@ h2 {
background-color: #666; background-color: #666;
} }
.menu button:disabled {
color: #ce7e7e;
}
.submenu button { .submenu button {
background-color: #666; background-color: #666;
} }