Skip to content
Snippets Groups Projects
Unverified Commit e0372e3a authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #23183 from nextcloud/bugfix/noid/error-styling-on-toastify

Don't influence toastify errors and always use white
parents 1a9b0b66 910588d2
No related branches found
No related tags found
No related merge requests found
...@@ -350,9 +350,9 @@ body { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment