diff --git a/src/styles/global.scss b/src/styles/global.scss
index a145bae..72ee75b 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -99,3 +99,7 @@ ul {
   list-style: square;
   margin-left: 1rem;
 }
+ol {
+  list-style: auto;
+  margin-left: 1rem;
+}