From 2777be7dd881d111a41535cf023982e3b626c935 Mon Sep 17 00:00:00 2001
From: free ko <freakoverse@outlook.com>
Date: Wed, 2 Apr 2025 23:23:18 +0300
Subject: [PATCH] color edit

---
 index.html         |  4 ++--
 tailwind-config.js | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/index.html b/index.html
index 3b378dd..001e86d 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
     <link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
     <script src="https://cdn.tailwindcss.com"></script>
     <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
-    <script src="tailwind-config.js" defer></script>
+    <script src="tailwind-config.js"></script>
     <link rel="stylesheet" href="./assets/css/custom.css">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.1/aos.css" />
   </head>
@@ -541,8 +541,8 @@
     <!-- main footer end -->
 
     <!-- SCRIPTS START-->
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.1/aos.js"></script>
     <script src="./assets/js/dropdown.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.1/aos.js"></script>
     <script>AOS.init();</script>
     <!-- SCRIPTS END-->
 
diff --git a/tailwind-config.js b/tailwind-config.js
index e186396..338000d 100644
--- a/tailwind-config.js
+++ b/tailwind-config.js
@@ -3,13 +3,13 @@ tailwind.config = {
     theme: {
         extend: {
           colors: {
-              'bgMain': '#F2E6D5',      // Main background color
-              'bgMain2': '#5B3A29',     // Background color for product cards
-              'textMain': '#4A2C2A',     // Main text color
-              'textMain2': '#EAEAEA',    // Alt text color
-              'linkMain': '#D69A2D',      // Color for links
-              'btnMain': '#A0522D',      // Background color for buttons
-              'btnMain2': '#C6A25B',     // Revised alt background color for buttons
+              'bgMain': '#F5F5DC',      // Main background color
+              'bgMain2': '#4A2E1A',     // Background color for product cards
+              'textMain': '#262626',     // Main text color
+              'textMain2': '#F5F5DC',    // Alt text color (could be used for lighter text on dark backgrounds)
+              'linkMain': '#D4A35F',      // Color for links
+              'btnMain': '#800020',      // Background color for buttons
+              'btnMain2': '#D4A35F',     // Alt background color for buttons
           },
           screens: {
             'xs': '480px', // Add xs size