CSS: Underline links in error dialogs

Underlining was removed for unknown reasons by commit
d872b42e31.
pull/5111/head
Richard Hansen 2021-07-09 18:41:57 -04:00
parent bb3bb2c12a
commit 5f39a1ee7f
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@
.popup input[type=text], #users input[type=text] {
outline: none;
}
.popup a {
text-decoration: none
}
.popup h1 {
font-size: 1.8rem;
margin-bottom: 10px;