From 24de6c732bc3caacdf69bdde0327a048952824c3 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 1660527532..6692f2a453 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;