@siladev/qalam 0.1.3 → 0.1.4
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/styles.css +16 -8
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -47,7 +47,9 @@ ol[data-list-type="abjad"] {
|
|
|
47
47
|
--qalam-shadow: rgba(0, 0, 0, 0.15);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.qalam-dark
|
|
50
|
+
.qalam-dark,
|
|
51
|
+
.dark .qalam-renderer,
|
|
52
|
+
.dark .qalam-editor {
|
|
51
53
|
--qalam-bg: #303030;
|
|
52
54
|
--qalam-bg-alt: #3a3a3a;
|
|
53
55
|
--qalam-bg-segment: #3a3a3a;
|
|
@@ -453,20 +455,26 @@ ol[data-list-type="abjad"] {
|
|
|
453
455
|
}
|
|
454
456
|
|
|
455
457
|
.qalam-renderer ul {
|
|
456
|
-
list-style-type: disc;
|
|
457
|
-
padding-right: 24px;
|
|
458
|
-
|
|
458
|
+
list-style-type: disc !important;
|
|
459
|
+
padding-right: 24px !important;
|
|
460
|
+
padding-left: 0 !important;
|
|
461
|
+
margin: 8px 0 !important;
|
|
459
462
|
}
|
|
460
463
|
|
|
461
464
|
.qalam-renderer ol {
|
|
462
|
-
list-style-type: decimal;
|
|
463
|
-
padding-right: 24px;
|
|
464
|
-
|
|
465
|
+
list-style-type: decimal !important;
|
|
466
|
+
padding-right: 24px !important;
|
|
467
|
+
padding-left: 0 !important;
|
|
468
|
+
margin: 8px 0 !important;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.qalam-renderer li {
|
|
472
|
+
display: list-item !important;
|
|
465
473
|
}
|
|
466
474
|
|
|
467
475
|
.qalam-renderer ul ul,
|
|
468
476
|
.qalam-renderer ol ul {
|
|
469
|
-
list-style-type: "- ";
|
|
477
|
+
list-style-type: "- " !important;
|
|
470
478
|
}
|
|
471
479
|
|
|
472
480
|
|