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