fixed linklike style, link border color now matches font

This commit is contained in:
Gabriele Musco 2022-01-05 19:38:02 +01:00
parent 9b96fd95cf
commit 65aea03f2d
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 5 additions and 2 deletions

View File

@ -128,9 +128,12 @@ body {
text-decoration: none;
background-color: transparent;
border-radius: 0;
border-bottom: 2px solid var(--default_fg);
border-bottom: 2px solid currentcolor;
&:hover, &:focus {
border-color: var(--default_accent) !important;
&, &:not([disabled]) {
border-color: var(--default_accent) !important;
background-color: transparent;
}
}
}