From 7dd99527be93652972a9aff98ce933e33cc954ba Mon Sep 17 00:00:00 2001 From: selvi Date: Tue, 15 Jul 2025 19:45:28 +0530 Subject: [PATCH] theme color changed --- public/assets/css/main.css | 6 ++++-- public/assets/scss/_section.scss | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 7bb99db..d186c8f 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -11,7 +11,8 @@ Version: 1.0.0 --body: #fff; --black: #000; --white: #fff; - --theme: #f55b1f; + /* --theme: #f55b1f; */ + --theme: #F26522; --theme2: #f55b1f; --header: #121315; --text: #666666; @@ -5844,7 +5845,8 @@ input.main-search-input::placeholder { } .section-bg { - background-color: var(--bg); + /* background-color: var(--bg); */ +background-color: #052464; } .section-bg-2 { diff --git a/public/assets/scss/_section.scss b/public/assets/scss/_section.scss index 5efadee..c8917e6 100644 --- a/public/assets/scss/_section.scss +++ b/public/assets/scss/_section.scss @@ -65,7 +65,8 @@ .section-bg { - background-color: $bg-color; + // background-color: $bg-color; + background-color: #052464; } .section-bg-2 {