From 08bc849323a5abb995d46b13f68f3f5c5ae43b3a Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Mon, 5 Oct 2020 02:07:46 +0200 Subject: [PATCH] Replaced emoji with FontAwesome icon. --- themes/patek/assets/css/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index f90f2f2..724dda0 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -237,7 +237,8 @@ h2 a { padding: 1rem !important; } .dark-mode-toggler::before { - content: "🌔" !important; + font-family: "Font Awesome 5 Free Solid"; + content: "" !important; } .dark-mode-toggler::after { content: none !important;