96
96
}
97
97
98
98
@layer base {
99
+
99
100
* ,
100
101
* ::before ,
101
102
* ::after {
206
207
.breadcrumbs__item--active {
207
208
@apply text-sm font-medium text-muted-foreground hover:text-foreground;
208
209
}
210
+
209
211
[class ^= "breadcrumbHomeIcon_node_modules-@docusaurus-theme-classic-lib-theme-DocBreadcrumbs-Items-Home-styles-module" ] {
210
212
display : inline-block !important ;
211
213
}
247
249
}
248
250
}
249
251
250
- .theme-doc-markdown h1 , # __blog-post-container h1 {
251
- @apply text-5xl mb-4;
252
+ .theme-doc-markdown h1 ,
253
+ # __blog-post-container h1 {
254
+ @apply text-5xl mb-4;
255
+ }
256
+
257
+ .theme-doc-markdown h2 ,
258
+ # __blog-post-container h2 {
259
+ @apply text-3xl mb-4;
260
+ }
261
+
262
+ .theme-doc-markdown h3 ,
263
+ # __blog-post-container h3 {
264
+ @apply text-2xl mb-4;
252
265
}
253
266
254
- .theme-doc-markdown h2 , # __blog-post-container h2 {
255
- @apply text-3xl mb-4;
267
+ .theme-doc-markdown h4 ,
268
+ # __blog-post-container h4 {
269
+ @apply text-xl mb-4;
256
270
}
257
271
258
- .theme-doc-markdown h3 , # __blog-post-container h3 {
259
- @apply text-2xl mb-4;
272
+ .theme-doc-markdown h5 ,
273
+ # __blog-post-container h5 {
274
+ @apply text-base mb-4;
260
275
}
261
276
262
- .theme-doc-markdown h4 , # __blog-post-container h4 {
263
- @apply text-xl mb-4;
277
+ .theme-doc-markdown h6 ,
278
+ # __blog-post-container h6 {
279
+ @apply text-sm mb-4;
264
280
}
265
281
266
- .theme-doc-markdown h5 , # __blog-post-container h5 {
267
- @apply text-base mb-4;
282
+ .theme-doc-markdown ul ,
283
+ .theme-doc-markdown ol {
284
+ @apply mb-6 ml-6 list-inside;
268
285
}
269
286
270
- .theme-doc-markdown h6 , # __blog-post-container h6 {
271
- @apply text-sm mb-4 ;
287
+ .theme-doc-markdown ul {
288
+ @apply list-disc ;
272
289
}
273
290
291
+ .theme-doc-markdown ol {
292
+ @apply list-decimal;
293
+ }
274
294
275
- .tabs-container > div {
295
+ .tabs-container > ul .tabs {
296
+ @apply mb-0;
297
+ @apply ml-0;
298
+ }
299
+
300
+ .tabs-container > div {
276
301
/* rounded bottom corners */
277
302
@apply rounded-b-lg p-4 border border-border/70 dark:border-border/60 bg-background dark:bg-card;
278
303
@@ -365,15 +390,15 @@ footer.footer--dark .footer__link-item:hover {
365
390
display : none !important ;
366
391
}
367
392
368
- .docs-doc-id-ask main > .container {
393
+ .docs-doc-id-ask main > .container {
369
394
padding : 0 !important ;
370
395
}
371
396
372
- .docs-doc-id-ask article > nav {
397
+ .docs-doc-id-ask article > nav {
373
398
display : none !important ;
374
399
}
375
400
376
- .docs-doc-id-ask main > .container > .row > .col {
401
+ .docs-doc-id-ask main > .container > .row > .col {
377
402
max-width : 100% !important ;
378
403
}
379
404
@@ -388,15 +413,16 @@ img.unstyled {
388
413
box-shadow : none !important ;
389
414
}
390
415
391
- .theme-doc-markdown a , # __blog-post-container a {
416
+ .theme-doc-markdown a ,
417
+ # __blog-post-container a {
392
418
@apply underline;
393
419
}
394
420
395
421
/**
396
422
* Page Specific
397
423
*/
398
424
.theme-doc-markdown .card h2 {
399
- @apply text-2xl;
425
+ @apply text-2xl;
400
426
}
401
427
402
428
.navbar__item .navbar__link .navbar__item-get_started {
@@ -408,7 +434,7 @@ code:not([class]),
408
434
code [class = "" ] {
409
435
@apply rounded-[0.5rem ] bg-muted px-1.5 py-0.5;
410
436
}
437
+
411
438
pre code {
412
439
@apply bg-white dark:bg-card dark:border dark:border-solid dark:border-gray-600;
413
440
}
414
-
0 commit comments