CSS: Add on-hover style for links

This commit is contained in:
Cohee 2024-10-13 21:10:50 +03:00
parent d4c8b5c9da
commit 204a3545ea

View File

@ -4556,6 +4556,10 @@ a {
text-decoration: none;
}
a:hover {
filter: brightness(1.25);
}
#export_format_popup {
display: none;
z-index: 9999;