@marimo-team/islands 0.21.2-dev70 → 0.21.2-dev71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/css/md.css +10 -0
package/package.json
CHANGED
package/src/css/md.css
CHANGED
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
margin-block-end: 0;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.markdown ul li,
|
|
16
|
+
.markdown ol li {
|
|
17
|
+
margin-block: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Restore browser default bullet cycling that Tailwind Typography overrides */
|
|
21
|
+
.markdown ul ul {
|
|
22
|
+
list-style-type: revert;
|
|
23
|
+
}
|
|
24
|
+
|
|
15
25
|
.markdown h1 {
|
|
16
26
|
text-align: start;
|
|
17
27
|
}
|