fix(webui): links not showing underline on hover on dark theme

This commit is contained in:
Gauthier Roebroeck 2022-02-15 18:57:45 +08:00
parent 9b76c58224
commit e476d78770

View file

@ -12,5 +12,4 @@ html {
.link-underline:hover {
text-decoration: underline;
text-decoration-color: black;
}