Fix footer link styling
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
6980665529
commit
9dbb888a61
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ ul > li > ul::before {
|
|||
padding: 0 32px !important;
|
||||
}
|
||||
|
||||
.vp-doc a:not(.u-uid) {
|
||||
.vp-doc a {
|
||||
color: unset;
|
||||
text-decoration: unset;
|
||||
font-weight: unset;
|
||||
|
@ -142,7 +142,7 @@ ul > li > ul::before {
|
|||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
.vp-doc a:not(.u-uid):hover {
|
||||
.vp-doc a:hover {
|
||||
color: unset;
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
|
|
Loading…
Reference in a new issue