From 6e94fb1df29f7b24e69320a5b8493d8670c65fb2 Mon Sep 17 00:00:00 2001 From: maenDisease Date: Thu, 31 Aug 2023 20:48:08 -0400 Subject: [PATCH] stuff --- css/bdAddonMini.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bdAddonMini.css b/css/bdAddonMini.css index 15e3766..c776d93 100644 --- a/css/bdAddonMini.css +++ b/css/bdAddonMini.css @@ -89,11 +89,11 @@ fill: var(--interactive-normal); } -.bd-addon-card .bd-addon-button.bd-button-danger svg { +.bd-addon-card .bd-addon-button.bd-button-color-red svg { transform: scale(1.2); } -.bd-addon-card .bd-addon-button.bd-button-danger:not(:hover) svg { +.bd-addon-card .bd-addon-button.bd-button-color-red:not(:hover) svg { fill: var(--info-danger-foreground); }