Fix styles

This commit is contained in:
Cohee 2024-03-21 01:11:26 +02:00
parent 0cdb501213
commit 04dad9a8de
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}