From 27ebaea10c3b7868379150d0e44e17baefb3eb00 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 5 Jun 2023 17:28:19 -0700 Subject: enh(theming): Error contrast Signed-off-by: Christopher Ng --- apps/theming/css/default.css | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/theming/css') diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index e97e4e98216..a305faba543 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -20,6 +20,7 @@ --color-error: #e9322d; --color-error-rgb: 233,50,45; --color-error-hover: #ed5a56; + --color-error-text: #e7201b; --color-warning: #eca700; --color-warning-rgb: 236,167,0; --color-warning-hover: #efb832; -- cgit v1.2.3