Gen 1: Add support for 1st Gen input controls

This commit is contained in:
Geoffrey D. Bennett
2025-02-20 23:02:44 +10:30
parent 845dd5c98b
commit 8178bd298b
2 changed files with 42 additions and 5 deletions

View File

@@ -210,6 +210,10 @@ button.toggle {
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
.window-frame button.gain-switch:checked {
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
.window-frame button.phantom:checked {
text-shadow: 0 0 5px #ff0000, 0 0 15px #c00000;
}