fix: another unicode arrow for external links

This commit is contained in:
Victor Westerlund 2024-04-07 03:11:00 +02:00
parent 397484c5b4
commit 8cbf2248c4

View file

@ -91,7 +91,7 @@ a > button::after {
a[target="_blank"] > button::after,
:is(h1, h2, h3, p, li) > a[target="_blank"]::after {
content: " ";
content: " ";
color: var(--color-accent);
white-space: nowrap;
}