Skip to content

Commit 62760b0

Browse files
authored
fix: list styles (#2120)
1 parent b5913cf commit 62760b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/theme.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
::file-selector-button {
1919
border-color: var(--color-gray-200, currentColor);
2020
}
21+
ul,
22+
ol {
23+
list-style: revert;
24+
margin: revert;
25+
padding: revert;
26+
}
27+
28+
@layer base {
29+
}
2130
}
2231

2332
:root {

0 commit comments

Comments
 (0)