From e03bb7a168ac3a361c1992d0500593c00aff04b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=91=E5=B0=8F=E9=B8=A6?= <61354956+crowya@users.noreply.github.com> Date: Sat, 29 Jul 2023 03:11:27 +0800 Subject: [PATCH] Update waifu.css --- live2d/waifu.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/live2d/waifu.css b/live2d/waifu.css index 47a961e..35cafe0 100644 --- a/live2d/waifu.css +++ b/live2d/waifu.css @@ -14,6 +14,15 @@ text-shadow: 0px 0px 6px rgba(0,0,0,1); } +.simple-mode #footer{ + background: none; + text-shadow: 0px 0px 4px rgba(0,0,0,1); +} + +.simple-mode .leftbar-banner{ + background: none; +} + .zero-margin-bottom { margin-bottom: 0 !important; }