aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/_includes/site.css b/_includes/site.css
index b2a65a4..ea799ee 100644
--- a/_includes/site.css
+++ b/_includes/site.css
@@ -162,6 +162,27 @@ details .highlighter-rouge {
162 color: #000; 162 color: #000;
163} 163}
164 164
165ol {
166 list-style: none;
167 counter-reset: li;
168}
169
170ol li::before {
171 content: counter(li);
172 color: #ccc;
173 font-weight: 500;
174 display: inline-block;
175 width: 1em;
176 margin-left: -1.5em;
177 margin-right: 0.9em;
178 text-align: right;
179 direction: rtl
180}
181
182ol li {
183 counter-increment: li
184}
185
165/* commenting */ 186/* commenting */
166#hcb_form_name, 187#hcb_form_name,
167#hcb_form_content { 188#hcb_form_content {