Skip to content

Commit

Permalink
Reset default ol list style
Browse files Browse the repository at this point in the history
  • Loading branch information
theoplawinski committed Oct 3, 2024
1 parent 486a61a commit 275e997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/front/src/styles/reset-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ strong {
/**
* Remove list style dote by default
*/
ul {
ul,
ol {
list-style: none;
}

Expand Down

0 comments on commit 275e997

Please sign in to comment.