From 6d70b2402df7b9a56589ae74eb11785a3b7cfb16 Mon Sep 17 00:00:00 2001 From: freeplay Date: Tue, 11 Jul 2023 00:27:21 -0400 Subject: [PATCH] style: consistent link underline thickness --- packages/client/src/components/global/MkUrl.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/components/global/MkUrl.vue b/packages/client/src/components/global/MkUrl.vue index 6e50c851e..41bb05392 100644 --- a/packages/client/src/components/global/MkUrl.vue +++ b/packages/client/src/components/global/MkUrl.vue @@ -78,6 +78,7 @@ const target = self ? null : "_blank"; text-decoration: none !important; > span { text-decoration: underline var(--fgTransparent); + text-decoration-thickness: 1px; transition: text-decoration-color 0.2s; }