Skip to content

Commit 0bbfa71

Browse files
committed
fix: solve broken colors
1 parent 227a906 commit 0bbfa71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app/views/landing/landing.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h6 class="text-xl font-semibold">Awarded Agency</h6>
7979
>
8080
<div class="px-4 py-5 flex-auto">
8181
<div
82-
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-blue-400"
82+
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-lightBlue-400"
8383
>
8484
<i class="fas fa-retweet"></i>
8585
</div>
@@ -98,7 +98,7 @@ <h6 class="text-xl font-semibold">Free Revisions</h6>
9898
>
9999
<div class="px-4 py-5 flex-auto">
100100
<div
101-
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-green-400"
101+
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-emerald-400"
102102
>
103103
<i class="fas fa-fingerprint"></i>
104104
</div>
@@ -296,13 +296,13 @@ <h5 class="text-xl font-bold">Ryan Tompson</h5>
296296
</p>
297297
<div class="mt-6">
298298
<button
299-
class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
299+
class="bg-lightBlue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
300300
type="button"
301301
>
302302
<i class="fab fa-twitter"></i>
303303
</button>
304304
<button
305-
class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
305+
class="bg-lightBlue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
306306
type="button"
307307
>
308308
<i class="fab fa-facebook-f"></i>
@@ -337,7 +337,7 @@ <h5 class="text-xl font-bold">Romina Hadid</h5>
337337
<i class="fab fa-google"></i>
338338
</button>
339339
<button
340-
class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
340+
class="bg-lightBlue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
341341
type="button"
342342
>
343343
<i class="fab fa-facebook-f"></i>
@@ -366,7 +366,7 @@ <h5 class="text-xl font-bold">Alexa Smith</h5>
366366
<i class="fab fa-google"></i>
367367
</button>
368368
<button
369-
class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
369+
class="bg-lightBlue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
370370
type="button"
371371
>
372372
<i class="fab fa-twitter"></i>
@@ -407,7 +407,7 @@ <h5 class="text-xl font-bold">Jenna Kardi</h5>
407407
<i class="fab fa-google"></i>
408408
</button>
409409
<button
410-
class="bg-blue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
410+
class="bg-lightBlue-400 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1"
411411
type="button"
412412
>
413413
<i class="fab fa-twitter"></i>

0 commit comments

Comments
 (0)