Skip to content

Commit 84cb9ed

Browse files
authored
Merge pull request #105 from neo-project/dev
Fix list style
2 parents 44863f9 + f987fa2 commit 84cb9ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/css/_tailwind.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818
}
1919

20+
2021
@layer base {
2122
html {
2223
@apply text-secondary;
@@ -44,6 +45,17 @@
4445
.markdown a {
4546
@apply text-primary
4647
}
48+
49+
ul, ol {
50+
list-style: revert;
51+
}
52+
ul {
53+
list-style-position: inside;
54+
}
55+
ul, ol {
56+
margin-left: 20px;
57+
}
58+
4759
}
4860

4961
* {

0 commit comments

Comments
 (0)