We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd96571 commit 0c2f853Copy full SHA for 0c2f853
1 file changed
src/layouts/BlogPost.astro
@@ -153,6 +153,13 @@ const {
153
margin-left: 0 !important;
154
}
155
156
+ .blog-content ol {
157
+ list-style-type: decimal !important;
158
+ list-style-position: outside !important;
159
+ padding-left: 2rem !important;
160
+ margin-left: 0 !important;
161
+ }
162
+
163
.blog-content ul li {
164
color: #d1d5db !important;
165
margin-bottom: 0.5rem !important;
0 commit comments