mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove transparency from toast container
This commit is contained in:
@@ -3671,7 +3671,9 @@ body #toast-container {
|
||||
}
|
||||
|
||||
body #toast-container>div {
|
||||
opacity: 0.95;
|
||||
opacity: 1;
|
||||
filter: unset;
|
||||
-ms-filter: unset;
|
||||
}
|
||||
|
||||
#dialogue_del_mes {
|
||||
|
Reference in New Issue
Block a user