From 10536cb193f637f3d72b8db7576f34cac2b4d53f Mon Sep 17 00:00:00 2001 From: Anshu Prakash Date: Mon, 27 Jul 2026 16:14:24 +0530 Subject: [PATCH 1/2] Fix dark theme inconsistencies and unrelated layout bugs - Add theme toggle + dark mode to state.html and recommendations.html - Recolor recommendations.html dark palette to match site (was purple) - Fix orders.html duplicate script tags breaking the theme toggle - Fix malformed duplicate
tags in index.html clipping content below the hero (menu, about, contact, footer were hidden) - Fix duplicated team-member markup causing overlapping About Us cards - Add missing .combo-preview CSS fixing button/text overlap --- css/style.css | 27 ++++++++++++++++ index.html | 35 ++------------------ orders.html | 8 ----- recommendations.html | 76 ++++++++++++++++++++++++++++++++++++++++++++ state.html | 29 +++++++++++++++++ 5 files changed, 134 insertions(+), 41 deletions(-) diff --git a/css/style.css b/css/style.css index 2402852..463e951 100644 --- a/css/style.css +++ b/css/style.css @@ -1134,6 +1134,29 @@ box-shadow: none; } + /* ===== Smart Combo Preview Section ===== */ + section.combo-preview { + padding: 5rem 1rem; + background: #fff3e0; + text-align: center; + } + .combo-preview .container { + max-width: 700px; + margin: 0 auto; + } + .combo-preview-text { + font-size: 1.1rem; + line-height: 1.5; + color: #5d4037; + margin-bottom: 2rem; + } + .combo-btn { + display: inline-flex; + align-items: center; + justify-content: center; + text-decoration: none; + } + /* ===== About Section ===== */ section.about { padding: 5rem 1rem 7rem; @@ -2808,10 +2831,14 @@ body.dark .card p.description { body.dark section.menu, body.dark section.specials, body.dark section.about, +body.dark section.combo-preview, body.dark section.testimonials { background: #252525; color: #eee; } +body.dark .combo-preview-text { + color: #ccc; +} body.dark .filter-btn { background: transparent; border: 2px solid #ff5722; diff --git a/index.html b/index.html index be884ce..e6a3284 100644 --- a/index.html +++ b/index.html @@ -96,14 +96,6 @@

Festival Highlights

- - -