Skip to content

Commit b4ab6ae

Browse files
committed
Fix lists style
1 parent 7f61c7c commit b4ab6ae

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

theme/codestar.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/codestar.scss

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ section:not(:has(h1)):not(:has(h2)) {
194194

195195
/* Unordered lists */
196196
:root ul {
197+
margin: 0;
197198
list-style-type: none;
198199
position: relative;
199200

@@ -210,8 +211,10 @@ section:not(:has(h1)):not(:has(h2)) {
210211

211212
/* Ordered lists */
212213
:root ol, :root.invert ol {
214+
margin: 0;
213215
list-style: none;
214216
counter-reset: li;
217+
215218
& li {
216219
counter-increment: li;
217220

0 commit comments

Comments
 (0)