Skip to content

Commit 467cea3

Browse files
committed
Remove unnecessary styles for ol elements.
1 parent 11d0a0d commit 467cea3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sass/_base.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,10 @@ pre {
139139
}
140140

141141
ol {
142-
counter-reset: item;
143142
padding-inline-start: 4ch;
144143

145144
li {
146145
margin: 1em 0;
147-
148-
&::marker {
149-
padding: 0;
150-
margin: 0;
151-
}
152146
}
153147
}
154148

0 commit comments

Comments
 (0)