theme color changed
This commit is contained in:
parent
7ec433e176
commit
7dd99527be
@ -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 {
|
||||
|
||||
@ -65,7 +65,8 @@
|
||||
|
||||
|
||||
.section-bg {
|
||||
background-color: $bg-color;
|
||||
// background-color: $bg-color;
|
||||
background-color: #052464;
|
||||
}
|
||||
|
||||
.section-bg-2 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user