avoid rounding errors in link underlines
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-18 00:05:22 +01:00
parent c10acd8fa5
commit 5ac9d54b64
1 changed files with 1 additions and 1 deletions

View File

@ -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%,