parent
72a502bf37
commit
2777be7dd8
@ -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-->
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user