diff --git a/apps/front/src/styles/reset-inline.scss b/apps/front/src/styles/reset-inline.scss index a577e33..14d1e32 100644 --- a/apps/front/src/styles/reset-inline.scss +++ b/apps/front/src/styles/reset-inline.scss @@ -74,7 +74,8 @@ strong { /** * Remove list style dote by default */ -ul { +ul, +ol { list-style: none; }