Skip to content

Commit ee59a78

Browse files
Merge pull request #3 from Project-Navi/docs/swap-tier-colors
docs: swap Research/Formalization tier colors
2 parents 4ddd748 + ef63928 commit ee59a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
color: var(--text-dim);
116116
}
117117

118-
.category--research .category-header h2 { color: var(--negative); }
118+
.category--research .category-header h2 { color: var(--positive); }
119119
.category--infra .category-header h2 { color: var(--neutral); }
120-
.category--formalization .category-header h2 { color: var(--positive); }
120+
.category--formalization .category-header h2 { color: var(--negative); }
121121

122122
/* --- Grid --- */
123123
.grid {
@@ -203,9 +203,9 @@
203203
margin-bottom: 0.75rem;
204204
}
205205

206-
.tier--research { background: rgba(196, 122, 122, 0.12); color: var(--negative); }
206+
.tier--research { background: rgba(126, 184, 168, 0.12); color: var(--positive); }
207207
.tier--infra { background: rgba(212, 165, 116, 0.12); color: var(--neutral); }
208-
.tier--formalization { background: rgba(126, 184, 168, 0.12); color: var(--positive); }
208+
.tier--formalization { background: rgba(196, 122, 122, 0.12); color: var(--negative); }
209209

210210
/* --- Footer --- */
211211
footer {

0 commit comments

Comments
 (0)