Skip to content

Commit

Permalink
fix ol style
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Oct 25, 2021
1 parent e8c376a commit f4c4470
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion style.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

background-color: var(--color-canvas-default);
color: var(--color-fg-default);

ol {
list-style: decimal;
}

ul {
list-style: disc;
}
}

@import "@primer/css/markdown/index.scss";
Expand Down

0 comments on commit f4c4470

Please sign in to comment.