Skip to content

Commit e8ffbb7

Browse files
authored
feat: resilient civic participation writeup (#32)
* feat: resilient civic participation writeup * fix: address review * fix: further * fix: dispute window erasure * chore: address reviews * fix: add interfold * fix: algo release
1 parent 87a8a30 commit e8ffbb7

8 files changed

Lines changed: 259 additions & 0 deletions

File tree

_posts/2026-05-28-resilient-civic-participation.md

Lines changed: 195 additions & 0 deletions
Large diffs are not rendered by default.

assets/css/custom.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,3 +900,67 @@ a.initiative-card:hover .initiative-icon {
900900
font-size: 12pt;
901901
}
902902
}
903+
904+
/* ===========================
905+
Footnotes
906+
=========================== */
907+
.footnotes {
908+
margin-top: var(--spacing-2xl);
909+
padding-top: var(--spacing-lg);
910+
border-top: 1px solid var(--color-border);
911+
font-size: 0.875rem;
912+
color: var(--color-text-secondary);
913+
font-style: italic;
914+
}
915+
916+
.footnotes ol {
917+
padding-left: var(--spacing-lg);
918+
margin: 0;
919+
}
920+
921+
.footnotes > ol > li {
922+
margin-bottom: var(--spacing-md);
923+
}
924+
925+
.footnotes > ol > li:last-child {
926+
margin-bottom: 0;
927+
}
928+
929+
.footnotes ul {
930+
margin: var(--spacing-sm) 0;
931+
}
932+
933+
.footnotes ul li {
934+
margin-bottom: var(--spacing-xs);
935+
padding-left: 0;
936+
}
937+
938+
.footnotes ul li:last-child {
939+
margin-bottom: 0;
940+
}
941+
942+
.footnotes p {
943+
margin-bottom: var(--spacing-xs);
944+
}
945+
946+
.footnotes a.reversefootnote {
947+
font-style: normal;
948+
margin-left: var(--spacing-xs);
949+
text-decoration: none;
950+
color: var(--color-accent);
951+
}
952+
953+
.footnotes a.reversefootnote:hover {
954+
color: var(--color-accent-hover);
955+
}
956+
957+
/* Footnote reference superscript in body */
958+
sup[role="doc-noteref"] a {
959+
text-decoration: none;
960+
font-weight: 600;
961+
color: var(--color-accent);
962+
}
963+
964+
sup[role="doc-noteref"] a:hover {
965+
color: var(--color-accent-hover);
966+
}
2.39 MB
Loading
274 KB
Loading
345 KB
Loading
321 KB
Loading
229 KB
Loading
316 KB
Loading

0 commit comments

Comments
 (0)