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; }