[CSS] Note content text decoration underline set on anchor links
This commit is contained in:
parent
b66873e289
commit
ba632b4514
|
@ -34,11 +34,6 @@ body,input,textarea,select {
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
all: unset;
|
||||
display: block;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user