diff --git a/css/custom.css b/css/custom.css index adfb26d1..a0266099 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4454,7 +4454,7 @@ p.hangouts-social { } .tab .anchor:before { - content: "\01F517"; + content: url('/img/link.svg'); } .tab:hover .anchor { diff --git a/img/link.svg b/img/link.svg new file mode 100644 index 00000000..393f7e68 --- /dev/null +++ b/img/link.svg @@ -0,0 +1 @@ + \ No newline at end of file