fix underline
This commit is contained in:
parent
eb4ae44ad3
commit
aab411b7a1
1 changed files with 1 additions and 0 deletions
1
ui.css
1
ui.css
|
@ -44,4 +44,5 @@ a {
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--bg-color);
|
color: var(--bg-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
text-decoration-color: var(--text-color);
|
||||||
}
|
}
|
Loading…
Reference in a new issue