Adjust content width and markup

feature/font
AtelierSnek 2022-10-31 21:38:50 +11:00
parent 4b924fb99f
commit 99aac7e908
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -8,4 +8,4 @@ highlight:
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 4
endLevel: 5