Compare commits

...

1 commit

Author SHA1 Message Date
8cbf2248c4 fix: another unicode arrow for external links 2024-04-07 03:11:00 +02:00

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