fix arrow icon with unicode character (#235)

* fix arrow icon with unicode character

* use bigger, bolder arrow
This commit is contained in:
Jina Anne 2018-12-27 17:33:42 -08:00 committed by GitHub
parent da252a276d
commit 69272daa3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
a::before {
color: $color-text-weak;
content: "🢩";
content: "\21d2";
font-size: 1.3em;
font-weight: bold;
left: -1.2em;