Compare commits

...

2 Commits

Author SHA1 Message Date
1609019a8e theme color updated 2025-08-08 21:59:18 +05:30
1879a1fc84 theme color updated 2025-08-08 21:58:36 +05:30
4 changed files with 10 additions and 7 deletions

View File

@ -281,7 +281,8 @@ ul.smothscroll {
z-index: 99;
}
ul.smothscroll a {
background-color: rgba(255, 74, 23, 0.7);
// background-color: rgba(255, 74, 23, 0.7);
background-color: rgba(193, 32, 38, 1);
width: 45px;
height: 45px;
line-height: 45px;

View File

@ -9,7 +9,7 @@
z-index: 1;
position: relative;
font-size: 18px;
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
background: linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%);
font-family: $heading-font;
border-radius: 0px;
@ -22,7 +22,7 @@
width: 100%;
height: 100%;
transition: opacity 0.5s ease-out;
background: linear-gradient(90deg, #EC180C 11.32%, #ED6B37 95.28%);
background: linear-gradient(90deg, #C12026 11.32%, #E14448 95.28%);
opacity: 0;
z-index: -1;
border-radius: 5px;

View File

@ -54,9 +54,10 @@ $black: #000;
$small-black: #333;
$cyan: #848892; //
$theme-primary-color: #ED6B37; //
$theme-primary-color: #c12026; //
$theme-primary-color-s2: #EC180C; //
$theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); //
// $theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); //
$theme-primary-color-gradient:linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%); //
$body-bg-color: #fff;
$section-bg-color: #F9F9F9; //
$section-bg-color-s2: #F8F2F2; //

View File

@ -2,7 +2,8 @@
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
// background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
background-color: #1b2646;
background-size: cover;
position: relative;
font-size: 16px;
@ -15,7 +16,7 @@
top: 0;
width: 960px;
height: 100%;
background: #23242F;
// background: #23242F;
content: "";
clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
z-index: -1;