From 7bf183e7aca496ad5e4ebc6965aa431003cd955c Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 24 Sep 2023 21:38:56 +0800 Subject: [PATCH] style: adjust top bar styles --- src/components/Topbar/Topbar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Topbar/Topbar.vue b/src/components/Topbar/Topbar.vue index 89bce9d4..bd2934fd 100644 --- a/src/components/Topbar/Topbar.vue +++ b/src/components/Topbar/Topbar.vue @@ -548,8 +548,9 @@ async function getNewMomentsCount() { } svg { - --at-apply: w-60px h-auto filter drop-shadow-lg - fill-$bew-logo-color; + --drop-shadow: 0 4px 6px rgba(0,0,0,0.3); + --at-apply: w-60px h-auto filter drop-shadow-$drop-shadow + fill-$bew-logo-color; &:nth-child(2) { --at-apply: duration-300;