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 {
45564556 text-decoration: none;
45574557}
45584558
4559+a:hover {
4560+ filter: brightness(1.25);
4561+}
4562+
45594563#export_format_popup {
45604564 display: none;
45614565 z-index: 9999;