Browse code

Add styling for lists, where it had been forgotten

Joseph Weston authored on 19/12/2021 03:37:56
Showing 1 changed files
... ...
@@ -123,6 +123,13 @@
123 123
      [s/first-child {:font-weight :bold}
124 124
       (content-after ": ")]])
125 125
 
126
+(defclass regular-list []
127
+    {:padding-left 0}
128
+    [:li {:list-style :inside
129
+          :list-style-type "'* '"}
130
+      [s/first-child {:font-weight :bold
131
+                      :margin-right :0.5rem}]])
132
+
126 133
 (defclass equipment-panel []
127 134
     {}
128 135
     title-style