From 7c5b2ecbe83c63bdb37e8b5e684f6465c233ecd4 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:07:31 +0530 Subject: [PATCH] make custom-group links more legible --- .vitepress/theme/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 8a7c0479e..329fa9120 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -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); }