From 20df44b726c98dbefab560e2fb3304254d8de95f Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Thu, 23 Oct 2025 22:13:19 +0700 Subject: [PATCH] style: add override variable color --- wwwroot/css/input.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index aa1516f..1f174c9 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -149,4 +149,11 @@ .badge { @apply text-nowrap; +} + +:root { + --color-success: #12B76A; + --color-warning: #F79009; + --color-error: #F04438; + --color-secondary: #F15A25; } \ No newline at end of file