hugmeena commited on
Commit
7211ec8
·
verified ·
1 Parent(s): 7a55e20

رنگ این بخش را متناسب با شخصیت سایت عوض کن

Browse files
Files changed (3) hide show
  1. components/navbar.js +2 -2
  2. index.html +2 -2
  3. style.css +2 -3
components/navbar.js CHANGED
@@ -20,9 +20,9 @@ class CustomNavbar extends HTMLElement {
20
  height: 2px;
21
  bottom: -2px;
22
  right: 0;
23
- background-color: #3B82F6;
24
  transition: width 0.3s ease;
25
- }
26
  .nav-link:hover:after {
27
  width: 100%;
28
  left: 0;
 
20
  height: 2px;
21
  bottom: -2px;
22
  right: 0;
23
+ background-color: #8B5CF6;
24
  transition: width 0.3s ease;
25
+ }
26
  .nav-link:hover:after {
27
  width: 100%;
28
  left: 0;
index.html CHANGED
@@ -26,8 +26,8 @@
26
 
27
  <main>
28
  <!-- Hero Section -->
29
- <section class="py-20 bg-gradient-to-r from-primary-600 to-primary-800 text-white">
30
- <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
31
  <div class="md:w-1/2 mb-10 md:mb-0">
32
  <h1 class="text-4xl md:text-5xl font-bold mb-6 text-gray-900">سرویس حرفه‌ای تحلیل عضلات و بدن در باشگاه شما</h1>
33
  <p class="text-xl mb-8 text-gray-200">با فناوری پیشرفته OnBody، درصد چربی و عضله خود را با دقت بالا اندازه‌گیری کنید و پیشرفت خود را به صورت علمی دنبال نمایید.</p>
 
26
 
27
  <main>
28
  <!-- Hero Section -->
29
+ <section class="py-20 bg-gradient-to-r from-indigo-600 to-purple-800 text-white">
30
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
31
  <div class="md:w-1/2 mb-10 md:mb-0">
32
  <h1 class="text-4xl md:text-5xl font-bold mb-6 text-gray-900">سرویس حرفه‌ای تحلیل عضلات و بدن در باشگاه شما</h1>
33
  <p class="text-xl mb-8 text-gray-200">با فناوری پیشرفته OnBody، درصد چربی و عضله خود را با دقت بالا اندازه‌گیری کنید و پیشرفت خود را به صورت علمی دنبال نمایید.</p>
style.css CHANGED
@@ -12,14 +12,13 @@ body {
12
  ::-webkit-scrollbar-track {
13
  background: #f1f1f1;
14
  }
15
-
16
  ::-webkit-scrollbar-thumb {
17
- background: #3B82F6;
18
  border-radius: 4px;
19
  }
20
 
21
  ::-webkit-scrollbar-thumb:hover {
22
- background: #2563EB;
23
  }
24
 
25
  /* Animation for cards */
 
12
  ::-webkit-scrollbar-track {
13
  background: #f1f1f1;
14
  }
 
15
  ::-webkit-scrollbar-thumb {
16
+ background: #8B5CF6;
17
  border-radius: 4px;
18
  }
19
 
20
  ::-webkit-scrollbar-thumb:hover {
21
+ background: #7C3AED;
22
  }
23
 
24
  /* Animation for cards */