Fix link border bottom color
This commit is contained in:
parent
9e513b2430
commit
c9d79088d8
|
@ -204,7 +204,7 @@ a:hover,
|
|||
a:visited,
|
||||
a:link,
|
||||
.link {
|
||||
border-bottom: 2px solid rgb(0 0 0 / 30%);
|
||||
border-bottom: 2px solid var(--link-color);
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user