diff options
Diffstat (limited to 'src/app/css/theming.css')
-rw-r--r-- | src/app/css/theming.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/css/theming.css b/src/app/css/theming.css index fb8fbf7..c0b6497 100644 --- a/src/app/css/theming.css +++ b/src/app/css/theming.css @@ -42,7 +42,7 @@ a.disabled:not("[onclick='kill('game')']") { pointer-events: none; } -a:hover { +a:hover, a.active-selection { filter: brightness(80%) !important; } |