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