From 4165ca210d9660a67b16089c31b7f65b8b09e019 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 20 Sep 2023 19:54:18 +0800 Subject: ... --- FrontEnd/src/components/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'FrontEnd/src/components') diff --git a/FrontEnd/src/components/theme.css b/FrontEnd/src/components/theme.css index 4727d6dd..68dd780f 100644 --- a/FrontEnd/src/components/theme.css +++ b/FrontEnd/src/components/theme.css @@ -12,6 +12,7 @@ --cru-secondary-color: hsl(30 100% 50%); --cru-create-color: hsl(120 100% 25%); --cru-danger-color: hsl(0 100% 50%); + --cru-warn-color: #e4a700; } .cru-theme-primary { -- cgit v1.2.3