From 04dad9a8de0cd1aca25b005c1cea0274f2726b4f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:11:26 +0200 Subject: [PATCH] Fix styles --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index c909c623f..38d63088f 100644 --- a/public/style.css +++ b/public/style.css @@ -636,7 +636,8 @@ body.reduced-motion #bg_custom { transition: all 300ms; } -#send_form>#nonQRFormItems>div>div:hover { +#rightSendForm>div:hover, +#leftSendForm>div:hover { opacity: 1; filter: brightness(1.2); }