From dc3790a78f215309c2255c2a3711710c99b8afd6 Mon Sep 17 00:00:00 2001 From: Tron Date: Tue, 19 Nov 2024 09:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=B6=88=E6=81=AF=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/theme/Tsundoku_green.css | 13 +------------ theme.css | 11 ----------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/style/theme/Tsundoku_green.css b/style/theme/Tsundoku_green.css index 6c45840..9010413 100644 --- a/style/theme/Tsundoku_green.css +++ b/style/theme/Tsundoku_green.css @@ -488,18 +488,7 @@ div[data-subtype='t'][data-type='NodeList'] { background-color: #3fb6be; } -.b3-snackbar__close { - position: absolute; - color: #fff; - font-size: 50%; - padding: 4px; - /* background-color: bisque; */ - background-color: #ec8d8deb; - border-radius: 16px; - cursor: pointer; - top: 2px; - background-image: url('/appearance/themes/Tsundoku/src/background/paper.png'); -} + .b3-snackbar__content svg:hover { color: #fff; diff --git a/theme.css b/theme.css index 1447e19..708241f 100644 --- a/theme.css +++ b/theme.css @@ -631,17 +631,6 @@ body color: var(--b3-theme-on-error); } -.b3-snackbar__close { - position: absolute; - color: #fff; - font-size: 50%; - padding: 4px; - /* background-color: bisque; */ - background: #ec8d8deb; - border-radius: 16px; - cursor: pointer; - top: 2px; -} .b3-snackbar__content svg:hover { color: #fff;