Skip to content

Commit 10bd086

Browse files
committed
feat(welcome): added homepage stats / credit
1 parent 8aa3b20 commit 10bd086

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

public/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,10 @@ select {
14461446
--tw-text-opacity: 1;
14471447
color: rgb(229 231 235 / var(--tw-text-opacity));
14481448
}
1449+
.text-green-500 {
1450+
--tw-text-opacity: 1;
1451+
color: rgb(34 197 94 / var(--tw-text-opacity));
1452+
}
14491453
.text-white {
14501454
--tw-text-opacity: 1;
14511455
color: rgb(255 255 255 / var(--tw-text-opacity));

resources/views/welcome.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div class="col-span-1">
2121
<div class="rounded-lg">
22-
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
22+
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
2323
<h1 class="text-3xl lg:text-5xl font-bold">
2424
250,000
2525
</h1>
@@ -32,7 +32,7 @@
3232

3333
<div class="col-span-1">
3434
<div class="rounded-lg">
35-
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
35+
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
3636
<h1 class="text-3xl lg:text-5xl font-bold">
3737
2,840,000
3838
</h1>
@@ -45,9 +45,9 @@
4545

4646
<div class="col-span-2 md:col-span-1 lg:xl-span-1 xl:col-span-1">
4747
<div class="rounded-lg">
48-
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
48+
<div class="rounded-lg text-right p-6"style="background: linear-gradient(0deg, #0f0f10, #131314);">
4949
<h1 class="text-3xl lg:text-5xl font-bold">
50-
40ms
50+
<span class="text-green-500">40 ms</span>
5151
</h1>
5252
<p class="text-sm mt-2">
5353
Average latency for markers

0 commit comments

Comments
 (0)