File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 207
207
.breadcrumbs__item--active {
208
208
@apply text-sm font-medium text-muted-foreground hover:text-foreground;
209
209
}
210
+ [class ^= "breadcrumbHomeIcon_node_modules-@docusaurus-theme-classic-lib-theme-DocBreadcrumbs-Items-Home-styles-module" ] {
211
+ display : inline-block !important ;
212
+ }
210
213
211
214
.table-of-contents {
212
215
@apply bg-card/60 backdrop-blur-sm border border-border/70 rounded-2xl px-4 py-4 text-sm shadow-sm;
245
248
}
246
249
}
247
250
251
+ .theme-doc-markdown h1 {
252
+ @apply text-5xl;
253
+ }
254
+
255
+ .theme-doc-markdown h2 {
256
+ @apply text-3xl;
257
+ }
258
+
259
+ .theme-doc-markdown h3 {
260
+ @apply text-2xl;
261
+ }
262
+
263
+ .theme-doc-markdown h4 {
264
+ @apply text-xl;
265
+ }
266
+
267
+ .theme-doc-markdown h5 {
268
+ @apply text-base;
269
+ }
270
+
271
+ .theme-doc-markdown h6 {
272
+ @apply text-sm;
273
+ }
274
+
248
275
249
276
.tabs-container > div {
250
277
/* rounded bottom corners */
You can’t perform that action at this time.
0 commit comments