Skip to content

Commit 08e0295

Browse files
authored
Merge pull request #1575 from nikhilverma360/fix/styling-ol-list
fix: styling of markdown numbered list
2 parents 9ba709c + 2df17c2 commit 08e0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/global-style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const GlobalStyle = createGlobalStyle`
104104
105105
}
106106
107-
ul {
107+
ul, ol {
108108
li {
109109
color: ${({ theme }) => theme.primaryText};
110110
}

0 commit comments

Comments
 (0)