added css vars
Build and Push Docker image / build-and-push (push) Successful in 46s Details

This commit is contained in:
Valentin Kolb 2024-03-18 15:36:53 +01:00
parent 5d05e57fa4
commit a10479c9a2
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
--StuVe-dark-green: #6b7b1d;
--StuVe-gray: #697F85FF;
--Color-Info: #64b5f6;
--Color-Success: #81c784;
--Color-Warning: #ffb74d;
--Color-Error: #e57373;
--color_info_bg: #e3f2fd;
--color_info_text: #0d47a1;
--color_danger_bg: #ffebee;