From 9b5fbc577c5fa38e93262df76100cd376cd64965 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 22 Aug 2025 21:32:45 +0530 Subject: [PATCH] registration color changed --- public/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 08b3576..d626ee8 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -20307,7 +20307,7 @@ html { } .about6-header ul li { - color: var(--ztc-text-text-1); + color: #000000cf; font-family: var(--grotesk); font-size: var(--ztc-font-size-font-s18); font-style: normal; @@ -20317,7 +20317,7 @@ html { transition: all 0.4s; border-radius: 4px; /* background: var(--ztc-bg-bg-15); */ - background: linear-gradient(to right, #ce2029, #a31319); + background: #ffde14; padding: 12px 10px; }