@jvs-milkdown/crepe 1.2.34 → 1.2.36

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.
@@ -121,21 +121,21 @@
121
121
  counter-increment: crepe-ol-level-4;
122
122
  }
123
123
  .milkdown ol > .milkdown-list-item-block li .label-wrapper .label.ordered {
124
- font-size: 0 !important;
124
+ font-size: inherit;
125
125
  }
126
126
  .milkdown ol > .milkdown-list-item-block li .label-wrapper .label.ordered::before {
127
127
  content: counter(crepe-ol-level, decimal) '.';
128
- font-size: 13px !important;
128
+ font-size: inherit;
129
129
  }
130
130
  .milkdown ol ol > .milkdown-list-item-block li .label-wrapper .label.ordered {
131
- font-size: 0 !important;
131
+ font-size: inherit;
132
132
  }
133
133
  .milkdown ol ol > .milkdown-list-item-block li .label-wrapper .label.ordered::before {
134
134
  content: counter(crepe-ol-level-2, lower-latin) '.';
135
- font-size: 13px !important;
135
+ font-size: inherit;
136
136
  }
137
137
  .milkdown ol ol ol > .milkdown-list-item-block li .label-wrapper .label.ordered {
138
- font-size: 0 !important;
138
+ font-size: inherit;
139
139
  }
140
140
  .milkdown ol
141
141
  ol
@@ -145,10 +145,10 @@
145
145
  .label-wrapper
146
146
  .label.ordered::before {
147
147
  content: counter(crepe-ol-level-3, lower-roman) '.';
148
- font-size: 13px !important;
148
+ font-size: inherit;
149
149
  }
150
150
  .milkdown ol ol ol ol > .milkdown-list-item-block li .label-wrapper .label.ordered {
151
- font-size: 0 !important;
151
+ font-size: inherit;
152
152
  }
153
153
  .milkdown ol
154
154
  ol
@@ -159,5 +159,5 @@
159
159
  .label-wrapper
160
160
  .label.ordered::before {
161
161
  content: counter(crepe-ol-level-4, decimal) '.';
162
- font-size: 13px !important;
162
+ font-size: inherit;
163
163
  }