From af27d1e5099fa94ed4d992dbdb73f8729cf69c07 Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Tue, 14 Oct 2025 22:49:04 +0300 Subject: [PATCH] styles fixes --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 1f15489..6a2fb2b 100644 --- a/src/index.css +++ b/src/index.css @@ -11,7 +11,7 @@ --secondary-background: #ffffff; --secondary-foreground: #0a0a0a; --primary-dark: #0a0a0a; - --primary: #ffb700; + --primary: #FFD633; --primary2: #ffc600; --secondary: #09237d; --text-color: #fff;