improve link styles for lists of links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-17 23:58:00 +01:00
parent 5c6bf991ce
commit 9b8d7a9f6e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ main {
text-decoration: none; text-decoration: none;
color: $highlight-1; color: $highlight-1;
text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background; text-shadow: -1px 1px 0 $background, 0 1px 0 $background, 1px 1px 0 $background;
background: repeat-x left bottom / 10em 0.15em; background: repeat-x center bottom / 10em 0.15em;
background-image: linear-gradient( background-image: linear-gradient(
to right, to right,
$highlight-3 0%, $highlight-3 10%, $highlight-3 0%, $highlight-3 10%,