From 36092806dba8540b282d604987604c396fde3f16 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 13 Apr 2020 00:31:56 +0200 Subject: [PATCH] faq: replace link emoji with svg --- css/custom.css | 2 +- img/link.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 img/link.svg 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