diff --git a/content/.vitepress/theme/custom.css b/content/.vitepress/theme/custom.css index 6699d06..5e10a21 100644 --- a/content/.vitepress/theme/custom.css +++ b/content/.vitepress/theme/custom.css @@ -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; }