CSS: Add on-hover style for links

204a3545ea72ef15d7aa248fa9cab401e2d2cdad

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/style.css+4 -0
@@ -4556,6 +4556,10 @@ a {
4556 text-decoration: none;4556 text-decoration: none;
4557}4557}
45584558
4559a: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;