mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-17 13:31:20 -05:00
client: Fix underlines for all links (closes #485)
This commit is contained in:
@@ -36,6 +36,10 @@ body {
|
||||
font-size: var(--main-font-size);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a, a:visited, a:hover {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user