Remove text gradients from hero h1 and card-count

Replace gradient-clipped text with solid color (--color-primary) for
a simpler, cleaner design.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-02-17 10:58:35 +11:00
parent fc0ffa8cb3
commit ad85976dbb

View File

@@ -361,10 +361,7 @@ a:hover {
font-size: 56px;
font-weight: 800;
letter-spacing: -0.02em;
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-primary);
margin-bottom: 20px;
position: relative;
}
@@ -535,10 +532,7 @@ a:hover {
flex-shrink: 0;
font-size: 28px;
font-weight: 700;
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-primary);
line-height: 1;
min-width: 40px;
text-align: right;