From 969736a857eb6c1af54e40a923c11181532114a4 Mon Sep 17 00:00:00 2001 From: Youth Date: Tue, 4 Jul 2023 15:06:55 +0800 Subject: [PATCH] =?UTF-8?q?Set=20the=20"filter"=20CSS=20property=20for=20d?= =?UTF-8?q?ark-colored=20icons=20under=20a=20dark=20the=E2=80=A6=20(#340)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Set the "filter" CSS property for dark-colored icons under a dark theme to "invert(100%)" * chore: fix style * chore: move const into function --------- Co-authored-by: Sunner Sun --- src/components/Footer/BotLogo.vue | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/BotLogo.vue b/src/components/Footer/BotLogo.vue index 4d606a6d8..f343b92d9 100644 --- a/src/components/Footer/BotLogo.vue +++ b/src/components/Footer/BotLogo.vue @@ -1,7 +1,7 @@