Fix underline showing on header links on Safari
This commit is contained in:
parent
6c6fa182af
commit
bc280943f3
|
@ -91,7 +91,9 @@ article {
|
||||||
font-family: $monospace;
|
font-family: $monospace;
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
// hide link destination for header anchor links
|
||||||
&::before, &::after { content: ""; }
|
&::before, &::after { content: ""; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue