Don't influence toastify errors and always use white
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
76fe051ecb
commit
27854f05a8
|
@ -350,9 +350,9 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error:not(.toastify) {
|
||||||
a {
|
a {
|
||||||
color: var(--color-primary-text) !important;
|
color: white !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
&.button {
|
&.button {
|
||||||
color: var(--color-text-lighter) !important;
|
color: var(--color-text-lighter) !important;
|
||||||
|
|
Loading…
Reference in New Issue