Skip to content

Commit

Permalink
fix(preview): style en gras les notes de bas de page
Browse files Browse the repository at this point in the history
refs #1236
  • Loading branch information
thom4parisot committed Feb 4, 2025
1 parent c2ad42c commit 05a198d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion front/src/components/Preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -691,5 +691,10 @@ blockquote > p::before {

#footnotes ol {
padding-left: 0;
list-style-position: inside;

::marker {
content: counter(list-item) " ";
font-weight: bold;

}
}

0 comments on commit 05a198d

Please sign in to comment.