Skip to content

Commit

Permalink
Merge pull request #170 from Legolass322/issue-64
Browse files Browse the repository at this point in the history
replace the R with the paragraph symbol
  • Loading branch information
yegor256 authored Dec 1, 2024
2 parents 16a1069 + f23c1e5 commit ae2729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/bylaws.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $em: #1c448e;
break-inside: avoid;

&::before {
content: "R" counter(par) ": ";
content: "§" counter(par) ": ";
counter-increment: par;
}
}
Expand Down

0 comments on commit ae2729c

Please sign in to comment.