CSS: Add on-hover style for links
| @@ -4556,6 +4556,10 @@ a { | |||
| 4556 | text-decoration: none; | 4556 | text-decoration: none; |
| 4557 | } | 4557 | } |
| 4558 | 4558 | ||
| 4559 | a:hover { | ||
| 4560 | filter: brightness(1.25); | ||
| 4561 | } | ||
| 4562 | |||
| 4559 | #export_format_popup { | 4563 | #export_format_popup { |
| 4560 | display: none; | 4564 | display: none; |
| 4561 | z-index: 9999; | 4565 | z-index: 9999; |