Replaced emoji with FontAwesome icon.

This commit is contained in:
Greenscreener 2020-10-05 02:07:46 +02:00
parent 10977c2e55
commit 08bc849323

View File

@ -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;