mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Don't influence toastify errors and always use white
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b186852f9d
commit
910588d2dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue