Skip to content

Commit 8e4cd5f

Browse files
committed
Sharpen brand icon corners and extend hero glow
1 parent 5fd083d commit 8e4cd5f

2 files changed

Lines changed: 54 additions & 24 deletions

File tree

docs/styles.css

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ code {
7676
.brand-logo {
7777
width: 38px;
7878
height: 38px;
79-
border-radius: 12px;
79+
border-radius: 7px;
8080
object-fit: cover;
81+
border: 1px solid rgba(255, 255, 255, 0.08);
8182
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
8283
}
8384

@@ -305,25 +306,29 @@ section {
305306
}
306307

307308
.hero-shot::before {
308-
inset: -42px -44px -54px;
309+
inset: -72px -84px -92px;
309310
z-index: -2;
310-
border-radius: 54px;
311+
border-radius: 72px;
311312
background:
312-
radial-gradient(circle at 14% 84%, rgba(255, 95, 138, 0.2), transparent 30%),
313-
radial-gradient(circle at 78% 14%, rgba(125, 145, 255, 0.3), transparent 34%),
314-
radial-gradient(circle at 52% 10%, rgba(169, 102, 255, 0.24), transparent 42%);
315-
filter: blur(30px);
316-
opacity: 0.95;
313+
radial-gradient(circle at 8% 88%, rgba(255, 95, 138, 0.28), transparent 20%),
314+
radial-gradient(circle at 24% 20%, rgba(122, 92, 255, 0.16), transparent 24%),
315+
radial-gradient(circle at 50% 2%, rgba(168, 114, 255, 0.28), transparent 28%),
316+
radial-gradient(circle at 80% 12%, rgba(128, 149, 255, 0.34), transparent 22%),
317+
radial-gradient(circle at 95% 82%, rgba(119, 130, 255, 0.22), transparent 20%),
318+
linear-gradient(90deg, rgba(116, 89, 255, 0.08), rgba(175, 116, 255, 0.14) 50%, rgba(112, 132, 255, 0.1));
319+
filter: blur(36px);
320+
opacity: 1;
317321
}
318322

319323
.hero-shot::after {
320-
inset: -10px;
324+
inset: -18px;
321325
z-index: -1;
322-
border-radius: 42px;
323-
border: 1px solid rgba(156, 146, 255, 0.14);
326+
border-radius: 52px;
327+
border: 1px solid rgba(156, 146, 255, 0.16);
324328
box-shadow:
325329
0 0 0 1px rgba(255, 255, 255, 0.03) inset,
326-
0 0 34px rgba(112, 121, 255, 0.08);
330+
0 0 50px rgba(112, 121, 255, 0.12),
331+
0 0 84px rgba(156, 103, 255, 0.08);
327332
}
328333

329334
.hero-shot img {
@@ -530,6 +535,16 @@ section {
530535
border-radius: 24px;
531536
}
532537

538+
.hero-shot::before {
539+
inset: -18px -20px -24px;
540+
filter: blur(18px);
541+
}
542+
543+
.hero-shot::after {
544+
inset: -8px;
545+
border-radius: 30px;
546+
}
547+
533548
.hero-copy-secondary {
534549
margin-top: -4px;
535550
}

styles.css

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ code {
7676
.brand-logo {
7777
width: 38px;
7878
height: 38px;
79-
border-radius: 12px;
79+
border-radius: 7px;
8080
object-fit: cover;
81+
border: 1px solid rgba(255, 255, 255, 0.08);
8182
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
8283
}
8384

@@ -305,25 +306,29 @@ section {
305306
}
306307

307308
.hero-shot::before {
308-
inset: -42px -44px -54px;
309+
inset: -72px -84px -92px;
309310
z-index: -2;
310-
border-radius: 54px;
311+
border-radius: 72px;
311312
background:
312-
radial-gradient(circle at 14% 84%, rgba(255, 95, 138, 0.2), transparent 30%),
313-
radial-gradient(circle at 78% 14%, rgba(125, 145, 255, 0.3), transparent 34%),
314-
radial-gradient(circle at 52% 10%, rgba(169, 102, 255, 0.24), transparent 42%);
315-
filter: blur(30px);
316-
opacity: 0.95;
313+
radial-gradient(circle at 8% 88%, rgba(255, 95, 138, 0.28), transparent 20%),
314+
radial-gradient(circle at 24% 20%, rgba(122, 92, 255, 0.16), transparent 24%),
315+
radial-gradient(circle at 50% 2%, rgba(168, 114, 255, 0.28), transparent 28%),
316+
radial-gradient(circle at 80% 12%, rgba(128, 149, 255, 0.34), transparent 22%),
317+
radial-gradient(circle at 95% 82%, rgba(119, 130, 255, 0.22), transparent 20%),
318+
linear-gradient(90deg, rgba(116, 89, 255, 0.08), rgba(175, 116, 255, 0.14) 50%, rgba(112, 132, 255, 0.1));
319+
filter: blur(36px);
320+
opacity: 1;
317321
}
318322

319323
.hero-shot::after {
320-
inset: -10px;
324+
inset: -18px;
321325
z-index: -1;
322-
border-radius: 42px;
323-
border: 1px solid rgba(156, 146, 255, 0.14);
326+
border-radius: 52px;
327+
border: 1px solid rgba(156, 146, 255, 0.16);
324328
box-shadow:
325329
0 0 0 1px rgba(255, 255, 255, 0.03) inset,
326-
0 0 34px rgba(112, 121, 255, 0.08);
330+
0 0 50px rgba(112, 121, 255, 0.12),
331+
0 0 84px rgba(156, 103, 255, 0.08);
327332
}
328333

329334
.hero-shot img {
@@ -530,6 +535,16 @@ section {
530535
border-radius: 24px;
531536
}
532537

538+
.hero-shot::before {
539+
inset: -18px -20px -24px;
540+
filter: blur(18px);
541+
}
542+
543+
.hero-shot::after {
544+
inset: -8px;
545+
border-radius: 30px;
546+
}
547+
533548
.hero-copy-secondary {
534549
margin-top: -4px;
535550
}

0 commit comments

Comments
 (0)