From 27854f05a8309f4f2b781d63f489d28560ffdc4e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 Oct 2020 14:12:23 +0200 Subject: [PATCH] Don't influence toastify errors and always use white Signed-off-by: Joas Schilling --- core/css/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index e66ceda15d..1e316ac63c 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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;