Skip to content

Commit 2b4e36a

Browse files
committed
css: never italicize external link arrow
See issue #469.
1 parent 639fad3 commit 2b4e36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/static/css/site.css

+1
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ a:not([href]):hover {
751751

752752
.external-link.indicate-external::after {
753753
content: '\00a0➚';
754+
font-style: normal;
754755
}
755756

756757
.external-link.indicate-external:hover::after {

0 commit comments

Comments
 (0)