registration color changed

This commit is contained in:
Selvi 2025-08-22 21:32:45 +05:30
parent d7fb75d39b
commit 9b5fbc577c

View File

@ -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;
}