From 3f25cc32fc18cc90fe8726a4b704b1fc7aa0f5ac 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 11:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E6=9E=81=E7=AE=80?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- live2d/waifu.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/live2d/waifu.css b/live2d/waifu.css index 3ec73b2..9be1a6a 100644 --- a/live2d/waifu.css +++ b/live2d/waifu.css @@ -2,31 +2,6 @@ display: none !important; } -.simple-mode #content:before { - display: none !important; -} - -.simple-mode .shuoshuo-content.shuoshuo-folded:after { - background: linear-gradient(180deg, transparent 0%, var(--color-foreground) 100%) !important; -} - -.simple-mode .navbar-ontop a :not(.dropdown-menu), .simple-mode .navbar-ontop .navbar-title { - 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; -} - -.simple-mode ::-webkit-scrollbar-track{ - background:none; -} - .zero-margin-bottom { margin-bottom: 0 !important; }