From fa1931ef5f620254bb428428c19d98e7d94ebac0 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Sun, 9 Jan 2022 20:51:58 +1100 Subject: [PATCH] fix (notification): css --- client/components/notification.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/notification.scss b/client/components/notification.scss index a777381e..b798021b 100644 --- a/client/components/notification.scss +++ b/client/components/notification.scss @@ -19,15 +19,15 @@ &.info{ background: var(--color); - color: white; + color: rgba(255,255,255,0.8); } &.error{ background: var(--error); - color: var(--emphasis); + color: rgba(0,0,0,0.5); } &.success{ background: var(--success); - color: var(--emphasis); + color: rgba(0,0,0,0.5); } .message{