Fix underline showing on header links on Safari

This commit is contained in:
Shadowfacts 2019-09-16 17:56:31 -04:00
parent 6c6fa182af
commit bc280943f3
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -91,7 +91,9 @@ article {
font-family: $monospace;
color: var(--accent-color);
user-select: none;
text-decoration: none;
// hide link destination for header anchor links
&::before, &::after { content: ""; }
}
}