From 35b7145efb9bc9a2f61f95e31d49ef6cafcecb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Thu, 28 Mar 2024 17:53:23 +0900 Subject: [PATCH] fix: light mode blue gradients removed --- static/styles/rewards/light-mode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/rewards/light-mode.css b/static/styles/rewards/light-mode.css index 732f789c..eeda17de 100644 --- a/static/styles/rewards/light-mode.css +++ b/static/styles/rewards/light-mode.css @@ -54,7 +54,6 @@ background-color: #fff; } background #grid { - opacity: 0.33; filter: invert(1); } table tbody, @@ -65,10 +64,11 @@ border: 1px solid var(--light-mode-border-color); background-color: var(--light-mode-background-color-default); } - .gradient { + .grid-loaded background .gradient { opacity: 0; animation: none; } + #carousel > div:hover { color: #000; }