From 4d33cf1475ce97e81b2493dabb306561de28c61b Mon Sep 17 00:00:00 2001 From: CodeWithSushil Date: Mon, 25 Sep 2023 21:18:49 +0530 Subject: [PATCH] add green color --- css/minimal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/minimal.css b/css/minimal.css index fe27542..333dc2c 100644 --- a/css/minimal.css +++ b/css/minimal.css @@ -243,7 +243,7 @@ h6 { --black: rgb(0, 0, 0); --light: rgb(255, 255, 255); --primary: rgb(60, 100, 235); - --success: #19aa00; + --success: rgb(42,190,42); --warning: rgb(245, 160, 0); --danger: rgb(245, 65, 65); --info: rgb(100, 180, 180);