From f23c1e56a348044b071db16d675801c8cfa8085c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 28 Nov 2024 18:28:05 +0300 Subject: [PATCH] replace the R with the paragraph symbol --- sass/bylaws.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/bylaws.scss b/sass/bylaws.scss index 19132e6..762638c 100644 --- a/sass/bylaws.scss +++ b/sass/bylaws.scss @@ -35,7 +35,7 @@ $em: #1c448e; break-inside: avoid; &::before { - content: "R" counter(par) ": "; + content: "ยง" counter(par) ": "; counter-increment: par; } }