theme color changed

This commit is contained in:
Selvi 2025-07-15 19:45:28 +05:30
parent 7ec433e176
commit 7dd99527be
2 changed files with 6 additions and 3 deletions

View File

@ -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 {

View File

@ -65,7 +65,8 @@
.section-bg {
background-color: $bg-color;
// background-color: $bg-color;
background-color: #052464;
}
.section-bg-2 {