From 9addb542312e56efa76ae8fe9bd6c16879167af5 Mon Sep 17 00:00:00 2001 From: Tomoki Morita Date: Sat, 23 Sep 2023 02:39:38 +0900 Subject: [PATCH] style improvements --- src/pages/text-underline/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/text-underline/index.astro b/src/pages/text-underline/index.astro index 50ab89d..46a7f30 100644 --- a/src/pages/text-underline/index.astro +++ b/src/pages/text-underline/index.astro @@ -48,7 +48,7 @@ border-bottom: 1px solid currentcolor;
text-decoration: underline;
-text-decoration-thickness: 0.1em;
+text-decoration-thickness: 0.05em;
 text-underline-offset: 0.25em;
.example3-link { text-decoration: underline; - text-decoration-thickness: 0.1em; + text-decoration-thickness: 0.05em; text-underline-offset: 0.25em; }