Browse Source

Add styles for nested lists

ApisNecros 2 năm trước cách đây
mục cha
commit
0b94959b04
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;