From 5ac9d54b6487773ec73e8eef2fa286be6e10ebc0 Mon Sep 17 00:00:00 2001 From: Florian Sorg Date: Fri, 18 Dec 2020 00:05:22 +0100 Subject: [PATCH] avoid rounding errors in link underlines --- assets/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.scss b/assets/style.scss index 51d1a40..d5f410d 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -138,7 +138,7 @@ main { text-decoration: none; color: $highlight-1; text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background; - background: repeat-x center bottom / 10em 0.15em; + background: repeat-x center bottom / 10em 2px; background-image: linear-gradient( to right, $highlight-3 0%, $highlight-3 10%,