colour code updated
This commit is contained in:
parent
c7c2cc8d69
commit
246a0a4fe0
@ -24,7 +24,7 @@ export default function Home() {
|
|||||||
<About />
|
<About />
|
||||||
<Services />
|
<Services />
|
||||||
<WhyChooseUs />
|
<WhyChooseUs />
|
||||||
<CounterSection />
|
{/* <CounterSection /> */}
|
||||||
<Funfacts />
|
<Funfacts />
|
||||||
<Team />
|
<Team />
|
||||||
<Video />
|
<Video />
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
font-size: 55px;
|
font-size: 55px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
|
box-shadow: -10px 20px 50px #e38b8b63;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #F9313B;
|
background: #F9313B;
|
||||||
}
|
}
|
||||||
@ -49,7 +49,7 @@
|
|||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
|
box-shadow: -10px 20px 50px #e38b8b63;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
.service-block-one .inner-box .image-box .icon-box:before{
|
.service-block-one .inner-box .image-box .icon-box:before{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
background: #0109AF;
|
background: #bc0000;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
|||||||
@ -112,10 +112,10 @@
|
|||||||
|
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--theme-color: #1D3CE2;
|
--theme-color: #bc0000;
|
||||||
--secondary-color: #F9313B;
|
--secondary-color: #F9313B;
|
||||||
--pink-color: #FFC0CB;
|
--pink-color: #FFC0CB;
|
||||||
--violet-color: #1D3CE2;
|
--violet-color: #bc0000;
|
||||||
--crimson-color: #DC143C;
|
--crimson-color: #DC143C;
|
||||||
--orange-color: #FFA500;
|
--orange-color: #FFA500;
|
||||||
--text-color: #676767;
|
--text-color: #676767;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user