diff --git a/index.html b/index.html
index e929eb7..7b43164 100644
--- a/index.html
+++ b/index.html
@@ -115,9 +115,9 @@
color: var(--text-dim);
}
- .category--research .category-header h2 { color: var(--negative); }
+ .category--research .category-header h2 { color: var(--positive); }
.category--infra .category-header h2 { color: var(--neutral); }
- .category--formalization .category-header h2 { color: var(--positive); }
+ .category--formalization .category-header h2 { color: var(--negative); }
/* --- Grid --- */
.grid {
@@ -203,9 +203,9 @@
margin-bottom: 0.75rem;
}
- .tier--research { background: rgba(196, 122, 122, 0.12); color: var(--negative); }
+ .tier--research { background: rgba(126, 184, 168, 0.12); color: var(--positive); }
.tier--infra { background: rgba(212, 165, 116, 0.12); color: var(--neutral); }
- .tier--formalization { background: rgba(126, 184, 168, 0.12); color: var(--positive); }
+ .tier--formalization { background: rgba(196, 122, 122, 0.12); color: var(--negative); }
/* --- Footer --- */
footer {