Merge pull request #23216 from nextcloud/backport/23183/stable20
[stable20] Don't influence toastify errors and always use white
This commit is contained in:
commit
f26998364b
|
@ -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