diff --git a/src/pages/about.html b/src/pages/about.html index 9e54cf50..855ed782 100644 --- a/src/pages/about.html +++ b/src/pages/about.html @@ -48,89 +48,23 @@ .dark-theme .logo:hover img { opacity: 0.8; } - .theme-toggle-btn { - - background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important; - border: none !important; - border-radius: 25px !important; - margin-right: 5px; - padding: 10px 25px !important; - font-weight: 700 !important; - color: white !important; - transition: all 0.3s ease !important; - box-shadow: 0 2px 8px rgba(37, 100, 235, 0.3) !important; - } - - .theme-toggle-btn:hover { - transform: translateY(-2px) !important; - box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important; - border-color: #2563eb !important; - } - - - /* Navbar Styling */ - .header { - background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important; - box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important; - border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; - -webkit-backdrop-filter: blur(10px) !important; - backdrop-filter: blur(10px) !important; - } - - .dark-theme .header { - background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important; - box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important; - border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; - } - - .navbar-brand img { - height: 40px !important; - transition: transform 0.3s ease !important; - } - - .navbar-brand:hover img { - transform: scale(1.05) !important; - } - - .nav-link { - color: #374151 !important; - font-weight: 500 !important; - padding: 10px 15px !important; - border-radius: 8px !important; - transition: all 0.3s ease !important; - } + .navbar-nav { gap: 6px; align-items: center; } + .nav-link { color: var(--text) !important; font-weight: 600; border-radius: 10px; padding: 8px 12px !important; } + .nav-link:hover { background: rgba(124,58,237,.12); color: #000000 !important; } + .nav-link[href$='featured-car.html'] { border-radius: 9999px; padding: 8px 16px !important; } + .nav-link[href$='featured-car.html']:hover { background: rgba(255,255,255,0.3); } + .theme-toggle-btn { border-radius: 9999px; padding: 8px 12px; font-weight: 700; backdrop-filter: blur(6px);margin: 5px; } + .theme-toggle-btn.btn-outline-light { border-color: rgba(255,255,255,0.35); background: rgba(0, 0, 0, 0.778); color: #fff !important; } + .theme-toggle-btn.btn-outline-light:hover { background: rgba(255,255,255,0.2); } + .btn-vehigo { background: #1d4ed8; color: #fff; border-radius: 9999px; padding: 8px 16px; font-weight: 800; border: none; } + .btn-vehigo:hover { background: #1e40af; } + .navbar-toggler { border: none; } + .dark-theme .header { background: linear-gradient(180deg,#0f172a 0%,#111827 100%) !important; box-shadow: 0 2px 0 rgba(0,0,0,0.6); } + .dark-theme .nav-link { color: #e5edff !important; } + .dark-theme .nav-link:hover { background: rgba(255,255,255,0.08); } + .dark-theme .nav-link[href$='featured-car.html'] { background: rgba(255,255,255,0.16); } - .nav-link:hover { - color: #2563eb !important; - transform: translateY(-1px) !important; - } - - .dark-theme .nav-link { - color: #e5e7eb !important; - } - .dark-theme .nav-link:hover { - color: #60a5fa !important; - - } - - .btn-vehigo { - background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important; - border: none !important; - border-radius: 25px !important; - margin-right: 5px; - padding: 10px 20px !important; - font-weight: 600 !important; - color: white !important; - transition: all 0.3s ease !important; - box-shadow: 0 2px 8px rgba(37, 100, 235, 0.3) !important; - } - - .btn-vehigo:hover { - transform: translateY(-2px) !important; - box-shadow: 0 4px 15px rgba(37, 100, 235, 0.4) !important; - background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important; - } /* Dark theme coverage for About page */ .dark-theme { background-color: #0f0f14; color: #e5e7eb; } @@ -147,7 +81,7 @@ .dark-theme .card-icon { color: #93c5fd; } /* Buttons */ - .btn { background: #2563eb; color: #fff; border-radius: 9999px; padding: 10px 18px; border: none; } + .btn { background: #2563eb; color: #fff; border-radius: 9999px; padding: 10px 18px; border: none; } .btn:hover { background: #1e40af; } .dark-theme .btn { background: #3b82f6; } @@ -194,7 +128,7 @@ .footer-bottom { margin-top: 32px; border-top: 1px solid #e5e7eb; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; } .dark-theme .footer-bottom { border-color: #263241; } .footer-bottom .mini-links { display: flex; gap: 12px; } - .footer-bottom .mini-links a { color: #475569; font-size: 0.95rem; text-decoration: none; } + .footer-bottom .mini-links a { color: #475569; font-size: 0.95rem; } .footer-bottom .mini-links a:hover { color: #2563eb; } @media (max-width: 992px) { .footer-grid { grid-template-columns: 1fr 1fr; } @@ -272,10 +206,6 @@ scroll-snap-align: start; } -.add-margin{ - margin-top: 20px; -} - @@ -336,7 +266,7 @@