Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 10 additions & 19 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,25 +395,16 @@
opacity: 0.3
}
}

.hero h1 {
font-family: var(--font-disp);
font-size: clamp(2.8rem, 6vw, 5rem);
font-weight: 800;
letter-spacing: -0.04em;
line-height: 1.16;
margin-bottom: 20px;
}

.hero h1 em {
font-style: normal;
background: linear-gradient(135deg, var(--accent), var(--accent2) 60%, var(--green) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: inline-block;
}

.hero h1 {
font-family: var(--font-disp);
font-size: clamp(2.8rem, 6vw, 5rem);
font-weight: 800;
letter-spacing: -0.04em;
line-height: 1.16;
margin-bottom: 20px;
color: var(--text);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.hero-sub {
font-size: 1.1rem;
color: var(--text2);
Expand Down
Loading