Jelajahi Sumber

Add styles for nested lists

ApisNecros 2 tahun lalu
induk
melakukan
0b94959b04
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      static/css/base.css

+ 6 - 0
static/css/base.css

@@ -56,6 +56,12 @@
     li > ul {
         @apply pl-4;
     }
+    li > ul {
+        list-style-type: circle;
+    }
+    li > ol {
+        list-style-type: lower-roman;
+    }
 
     pre {
         @apply w-full my-2 p-2 bg-gray-50 rounded;