Don't influence toastify errors and always use white

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-10-05 14:12:23 +02:00 committed by backportbot[bot]
parent befd1aef42
commit 00bd441890

View file

@ -351,9 +351,9 @@ body {
}
}
.error {
.error:not(.toastify) {
a {
color: var(--color-primary-text) !important;
color: white !important;
font-weight: bold !important;
&.button {
color: var(--color-text-lighter) !important;