fix: another unicode arrow for external links (#14)

This commit is contained in:
Victor Westerlund 2024-04-07 13:43:41 +00:00 committed by GitHub
parent 397484c5b4
commit a8a1c5791f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}