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