Explorar o código

Add styles for nested lists

ApisNecros %!s(int64=2) %!d(string=hai) anos
pai
achega
0b94959b04
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;