Remove transparency from toast container

bba36e21456635f0719afd61419db1cad2ee83c0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -1Ignore whitespace
public/style.css+3 -1
@@ -3671,7 +3671,9 @@ body #toast-container {
3671}3671}
36723672
3673body #toast-container>div {3673body #toast-container>div {
3674 opacity: 0.95;3674 opacity: 1;
3675 filter: unset;
3676 -ms-filter: unset;
3675}3677}
36763678
3677#dialogue_del_mes {3679#dialogue_del_mes {