File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 {
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 {
You can’t perform that action at this time.
0 commit comments