Skip to content

Commit

Permalink
About page: Use unicode code point for arrow in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed May 31, 2024
1 parent 1288baa commit d30b34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ html[dir="rtl"] :where([style*="border-right-color"]) {
}

&::after {
content: "↗︎";
content: "\2197";
}
}

Expand Down

0 comments on commit d30b34e

Please sign in to comment.