diff --git a/assets/static/style.css b/assets/static/style.css
index 4ca7b71..0dd4093 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -6,6 +6,7 @@
--dim: #666b70;
--rule: #273039;
--teal: #51b6a5;
+ --project-green: #00f58b;
--article-cyan: #19d7ff;
--mustard: #c9a84c;
--magenta: #d26186;
@@ -43,7 +44,7 @@ h1 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 45px); font-style:
.dek p { margin: 0; }
.section-hero {
- --section-accent: #00f58b;
+ --section-accent: var(--project-green);
--section-accent-rgb: 0, 245, 139;
--section-accent-soft: #00c974;
--section-alt: #00f58b;
@@ -737,6 +738,7 @@ h1 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 45px); font-style:
.accent-article::before { border-color: var(--magenta); }
.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); }
.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 2d275e4..292a511 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,7 +10,7 @@
-
+