Skip to content

Commit ee52a68

Browse files
committed
Optimize for faster loading experience
1 parent 24eaf7d commit ee52a68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+10
-67222
lines changed

assets/css/style.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ h6 {
8080
right: 15px;
8181
bottom: 15px;
8282
z-index: 996;
83-
background: #1acc8d;
83+
background: #190f0f;
8484
width: 40px;
8585
height: 40px;
8686
border-radius: 50px;
@@ -94,7 +94,7 @@ h6 {
9494
}
9595

9696
.back-to-top:hover {
97-
background: #2be4a2;
97+
background: #190f0f;
9898
color: #fff;
9999
}
100100

@@ -120,15 +120,15 @@ h6 {
120120
transition: all 0.5s;
121121
z-index: 997;
122122
transition: all 0.5s;
123-
background: rgba(1, 4, 136, 0.9);
123+
background: rgb(25, 15, 15);
124124
}
125125

126126
#header.header-transparent {
127127
background: transparent;
128128
}
129129

130130
#header.header-scrolled {
131-
background: rgba(1, 4, 136, 0.9);
131+
background: rgb(25, 15, 15);
132132
height: 60px;
133133
}
134134

@@ -202,7 +202,7 @@ h6 {
202202
height: 2px;
203203
bottom: 3px;
204204
left: 30px;
205-
background-color: #1acc8d;
205+
background-color: #d81313;
206206
visibility: hidden;
207207
width: 0px;
208208
transition: all 0.3s ease-in-out 0s;
@@ -247,7 +247,7 @@ h6 {
247247
font-size: 14px;
248248
font-weight: 500;
249249
text-transform: none;
250-
color: #01036f;
250+
color: #190f0f;
251251
}
252252

253253
.navbar .dropdown ul a i {
@@ -419,7 +419,7 @@ h6 {
419419

420420
#hero:before {
421421
content: "";
422-
background: rgba(2, 5, 161, 0.91);
422+
background: #190f0f;
423423
position: absolute;
424424
bottom: 0;
425425
top: 0;
@@ -456,7 +456,7 @@ h6 {
456456
border-radius: 50px;
457457
transition: 0.5s;
458458
color: #fff;
459-
background: #1acc8d;
459+
background: #ff6f00;
460460
}
461461

462462
#hero .btn-get-started:hover {

assets/img/hero-bg.jpg

79.4 KB
Loading

0 commit comments

Comments
 (0)