Adjust content width and markup
parent
4b924fb99f
commit
99aac7e908
|
@ -1,3 +1,8 @@
|
|||
/* Max Content Width */
|
||||
.max-w-prose {
|
||||
max-width: 75ch;
|
||||
}
|
||||
|
||||
.prose {
|
||||
--tw-prose-code: rgba(var(--color-secondary-600),1);
|
||||
--tw-prose-invert-code: rgba(var(--color-secondary-400),1);
|
||||
|
|
|
@ -8,4 +8,4 @@ highlight:
|
|||
noClasses: false
|
||||
tableOfContents:
|
||||
startLevel: 2
|
||||
endLevel: 4
|
||||
endLevel: 5
|
||||
|
|
Loading…
Reference in New Issue