[CSS] Note content text decoration underline set on anchor links

This commit is contained in:
Eliseu Amaro 2021-12-03 00:21:07 +00:00
parent b66873e289
commit ba632b4514
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 4 additions and 5 deletions

View File

@ -34,11 +34,6 @@ body,input,textarea,select {
color: currentColor;
}
a:hover,
a:focus {
text-decoration: underline;
}
hr {
all: unset;
display: block;

View File

@ -289,6 +289,10 @@ embed header {
margin-bottom: var(--smaller)
}
.note-text a {
text-decoration: underline !important;
}
.note-attachments {
display: flex;
justify-items: flex-start;