File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 201
201
202
202
.markdown {
203
203
h1 {
204
- @apply font-bold text-2xl;
204
+ @apply font-bold text-2xl mt-6 mb-4 first:mt-0 ;
205
205
}
206
206
207
207
h2 {
208
- @apply font-bold text-xl;
208
+ @apply font-bold text-xl mt-5 mb-3 first:mt-0 ;
209
209
}
210
210
211
211
h3 {
212
- @apply font-bold text-lg;
212
+ @apply font-bold text-lg mt-4 mb-2 first:mt-0 ;
213
213
}
214
214
215
215
h4 {
216
- @apply font-bold text-base;
216
+ @apply font-bold text-base mt-3 mb-2 first:mt-0 ;
217
217
}
218
218
219
219
h5 {
220
- @apply font-bold text-base ;
220
+ @apply font-bold text-sm mt-3 mb-1 first:mt-0 ;
221
221
}
222
222
223
223
h6 {
224
- @apply font-bold text-base ;
224
+ @apply font-bold text-sm mt-3 mb-1 first:mt-0 ;
225
225
}
226
226
227
227
hr {
228
228
@apply my-4 border-t border-neutral-8;
229
229
}
230
230
231
231
p {
232
- @apply mb-2 ;
232
+ @apply mb-3 leading-relaxed ;
233
233
}
234
234
235
235
strong {
255
255
}
256
256
257
257
pre {
258
- @apply overflow-auto text-sm font-mono rounded p-2 my-2 bg-neutral-12 text-neutral-2 dark:bg-neutral-12 dark:text-neutral-2 dark:border dark:border-neutral-10 ;
258
+ @apply overflow-auto text-sm font-mono rounded p-2 my-2 bg-neutral-3 text-neutral-12 dark:bg-neutral-3 dark:text-neutral-11 dark:border dark:border-neutral-6 ;
259
259
}
260
260
261
261
ul {
262
- @apply list-disc py-2 pl-5;
262
+ @apply list-disc mb-3 pl-6;
263
+ }
264
+
265
+ ul li {
266
+ @apply mb-1;
263
267
}
264
268
265
269
ol {
266
- @apply list-decimal py-2 pl-5;
270
+ @apply list-decimal mb-3 pl-6;
271
+ }
272
+
273
+ ol li {
274
+ @apply mb-1;
267
275
}
268
276
269
277
& ,
You can’t perform that action at this time.
0 commit comments