website: tweak the hero section

This commit is contained in:
Adorian Doran 2025-10-04 19:11:44 +03:00
parent 0d9e4a1aa2
commit 85a4557bb0

View File

@ -52,9 +52,11 @@ section.hero-section {
color: var(--muted-color); color: var(--muted-color);
h1 { h1 {
background-image: linear-gradient(150deg, var(--brand-1), var(--brand-3));
background-clip: text;
color: transparent;
line-height: 1.1; line-height: 1.1;
font-weight: 300; font-weight: 400;
color: var(--foreground-color);
} }
} }
@ -81,6 +83,7 @@ section.hero-section {
.more-download-options { .more-download-options {
display: inline-block; display: inline-block;
margin-top: 1em;
color: var(--brand-1); color: var(--brand-1);
font-size: 0.8em; font-size: 0.8em;
text-align: center; text-align: center;