make custom-group links more legible

This commit is contained in:
taskylizard 2023-11-03 22:07:31 +05:30
parent b27fdf207e
commit 7c5b2ecbe8
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -83,6 +83,12 @@
-webkit-text-decoration-color: var(--vp-c-brand-1);
}
.vp-doc .custom-block a {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-style: solid;
}
::selection {
background-color: var(--vp-button-brand-bg);
}