Skip to content

Commit 3b56adc

Browse files
Merge pull request #4 from Project-Navi/docs/swap-tier-colors
docs: swap tier colors + remove takens card highlight
2 parents ee59a78 + 32ffa2a commit 3b56adc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138

139139
.card:hover { border-color: var(--accent-hover); }
140-
.card--featured { border-color: var(--accent); }
140+
141141

142142
.card h3 {
143143
font-family: "Fraunces", Georgia, serif;
@@ -356,7 +356,7 @@ <h3><a href="/fd-formalization/">fd-formalization</a></h3>
356356
</div>
357357
</div>
358358

359-
<div class="card card--featured">
359+
<div class="card">
360360
<span class="tier tier--formalization">formalization</span>
361361
<h3><a href="/takens-formalization/">takens-formalization</a></h3>
362362
<p>Lean 4 + Mathlib formalization of delay embedding theory. 42 declarations, novel coincidence length result. Zero sorry.</p>

0 commit comments

Comments
 (0)