Colored next link

This commit is contained in:
Romein van Buren 2024-09-05 21:53:51 +02:00
parent afe4b28d31
commit bfe4554aa2
No known key found for this signature in database

View File

@ -1,3 +1,12 @@
.VPLink.pager-link.next {
background-color: var(--vp-c-brand-2);
color: #fff !important;
}
.VPLink.pager-link.next span {
color: #fff;
}
.vp-doc img {
border-radius: 8px;
}