From 636d27356e2956a1f4fbc3b25dd0207bbbf62ccd Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 20 Sep 2023 21:09:50 +0100 Subject: [PATCH] update link underline --- _sass/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/main.scss b/_sass/main.scss index 090f413..c6e4e59 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -80,6 +80,8 @@ main :is(p,h1,h2,h3,h4,h5,h6) { a { text-decoration: underline; + text-underline-offset: 2px; + text-decoration-thickness: 0.5px; color: #222; }