@reslide-dev/core 0.3.0 → 0.3.1
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/package.json +1 -1
- package/src/themes/dark.css +19 -1
- package/src/themes/default.css +19 -1
package/package.json
CHANGED
package/src/themes/dark.css
CHANGED
|
@@ -44,10 +44,28 @@
|
|
|
44
44
|
margin-bottom: 0.75rem;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.reslide-slide ul
|
|
47
|
+
.reslide-slide ul {
|
|
48
|
+
padding-left: 1.5rem;
|
|
49
|
+
margin-bottom: 0.75rem;
|
|
50
|
+
list-style-type: disc;
|
|
51
|
+
}
|
|
52
|
+
|
|
48
53
|
.reslide-slide ol {
|
|
49
54
|
padding-left: 1.5rem;
|
|
50
55
|
margin-bottom: 0.75rem;
|
|
56
|
+
list-style-type: decimal;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.reslide-slide ul ul {
|
|
60
|
+
list-style-type: circle;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.reslide-slide ul ul ul {
|
|
64
|
+
list-style-type: square;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.reslide-slide ol ol {
|
|
68
|
+
list-style-type: lower-alpha;
|
|
51
69
|
}
|
|
52
70
|
|
|
53
71
|
.reslide-slide li {
|
package/src/themes/default.css
CHANGED
|
@@ -44,10 +44,28 @@
|
|
|
44
44
|
margin-bottom: 0.75rem;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.reslide-slide ul
|
|
47
|
+
.reslide-slide ul {
|
|
48
|
+
padding-left: 1.5rem;
|
|
49
|
+
margin-bottom: 0.75rem;
|
|
50
|
+
list-style-type: disc;
|
|
51
|
+
}
|
|
52
|
+
|
|
48
53
|
.reslide-slide ol {
|
|
49
54
|
padding-left: 1.5rem;
|
|
50
55
|
margin-bottom: 0.75rem;
|
|
56
|
+
list-style-type: decimal;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.reslide-slide ul ul {
|
|
60
|
+
list-style-type: circle;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.reslide-slide ul ul ul {
|
|
64
|
+
list-style-type: square;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.reslide-slide ol ol {
|
|
68
|
+
list-style-type: lower-alpha;
|
|
51
69
|
}
|
|
52
70
|
|
|
53
71
|
.reslide-slide li {
|