Match featured project labels to project accent
Deploy production / deploy (push) Successful in 19s

This commit is contained in:
2026-08-23 09:40:11 -07:00
parent 2a58d2fdff
commit a79d5b0368
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -739,6 +739,7 @@ h1 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 45px); font-style:
.entry-meta { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 10px; }
.label { border: 1px solid currentColor; padding: 2px 8px; color: var(--teal); text-transform: uppercase; }
.accent-project .label { color: var(--project-green); }
.featured-project-meta .label { color: var(--project-green); }
.accent-blog .label { color: var(--violet); }
.accent-article .label { color: var(--article-cyan); }
.timeline-entry h2, .entry-card h2 { margin: 10px 0 5px; font-size: 21px; line-height: 1.3; }