Skip to content

Commit 47aad95

Browse files
committed
fix: figure caption counter
Before this commit, figure captions were always numbered as 1.
1 parent 4c0c085 commit 47aad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ body {
191191
margin: 0 auto;
192192
padding: 2rem 1.25rem;
193193

194-
counter-reset: theorem definition sidenote-counter;
194+
counter-reset: theorem definition sidenote-counter figcaption;
195195

196196
color: var(--body-color);
197197
background-color: var(--body-bg-color);

0 commit comments

Comments
 (0)