mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
fix: another unicode arrow for external links (#14)
This commit is contained in:
parent
397484c5b4
commit
a8a1c5791f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue