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 c75378ac86
commit 24de6c732b
1 changed files with 2 additions and 2 deletions

View File

@ -350,9 +350,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;