diff --git a/src/components/hero.astro b/src/components/hero.astro
index f3d2fe5..c596a71 100644
--- a/src/components/hero.astro
+++ b/src/components/hero.astro
@@ -21,8 +21,10 @@ const count = soundCount();
width={45}
/>
-
Moodist
- Ambient sounds for focus and calm.
+
+ Ambient SoundsFor Focus and Calm
+
+ Free and Open-Source.
@@ -72,11 +74,11 @@ const count = soundCount();
& .title {
font-family: var(--font-display);
- font-size: var(--font-2xlg);
+ font-size: var(--font-xlg);
font-weight: 600;
line-height: 1;
- & span {
+ /* & .gradient {
background: linear-gradient(
135deg,
var(--color-foreground),
@@ -84,11 +86,22 @@ const count = soundCount();
);
background-clip: text;
-webkit-text-fill-color: transparent;
+ } */
+
+ & .line {
+ display: block;
+ margin-top: 2px;
+ background: linear-gradient(
+ var(--color-foreground-subtler),
+ var(--color-foreground-subtle)
+ );
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
}
}
& .desc {
- margin-top: 4px;
+ margin-top: 12px;
line-height: 1.6;
color: var(--color-foreground-subtle);
}