fix underline

This commit is contained in:
Ada 2023-05-14 03:17:26 +02:00 committed by GitHub
parent eb4ae44ad3
commit aab411b7a1

1
ui.css
View file

@ -44,4 +44,5 @@ a {
a:hover {
color: var(--bg-color);
text-decoration: underline;
text-decoration-color: var(--text-color);
}