Merge pull request #23216 from nextcloud/backport/23183/stable20

[stable20] Don't influence toastify errors and always use white
This commit is contained in:
Roeland Jago Douma 2020-10-07 11:06:53 +02:00 committed by GitHub
commit f26998364b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;