style: remove gradient from page header text for readability

This commit is contained in:
Aaron Powell
2026-01-29 10:28:23 +11:00
parent 82accb2cd6
commit c052ec05b5

View File

@@ -847,10 +847,7 @@ a:hover {
.page-header h1 {
font-size: 36px;
font-weight: 800;
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--color-text);
margin-bottom: 12px;
}