toastr with the #nofilter life, naturally.

35ac8bd0fb3b9ea8b610872ba83c314f7bf1791f

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +16 -1Showing whitespace changes
public/style.css+16 -1
@@ -3942,10 +3942,25 @@ body #toast-container>div {
39423942 -ms-filter: unset;
39433943 padding: 5px 5px 10px 50px;
39443944 font-size: calc(var(--mainFontSize) * 0.9);
3945- filter: saturate(0.8);
39463945 width:300px;
39473946}
39483947
3948+.toast-success {
3949+ background-color: #5d9e5d;
3950+}
3951+
3952+.toast-error {
3953+ background-color: #a83c36;
3954+}
3955+
3956+.toast-info {
3957+ background-color: #4092aa;
3958+}
3959+
3960+.toast-warning {
3961+ background-color: #e29325;
3962+}
3963+
39493964button.toast-close-button {
39503965padding-right: 3px
39513966}