diff --git a/assets/static/style.css b/assets/static/style.css
index 0dd4093..1436c3e 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -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; }
diff --git a/templates/base.html b/templates/base.html
index 292a511..06d572b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,7 +10,7 @@
-
+