toastr with the #nofilter life, naturally.

35ac8bd0fb3b9ea8b610872ba83c314f7bf1791f

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

1 files changed, +16 -1Ignore whitespace
public/style.css+16 -1
@@ -3942,10 +3942,25 @@ body #toast-container>div {
3942 -ms-filter: unset;3942 -ms-filter: unset;
3943 padding: 5px 5px 10px 50px;3943 padding: 5px 5px 10px 50px;
3944 font-size: calc(var(--mainFontSize) * 0.9);3944 font-size: calc(var(--mainFontSize) * 0.9);
3945 filter: saturate(0.8);
3946 width:300px;3945 width:300px;
3947}3946}
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
3949button.toast-close-button {3964button.toast-close-button {
3950padding-right: 3px3965padding-right: 3px
3951}3966}