5 / 30

1) Where to put your CSSURL copied

Folder-level CSS (scoped)URL copied

Place a custom.css or style.css in any content folder to style the rendered post area for that folder and its subfolders.

Vyasa wraps that CSS inside a scoped selector:

Copied
#main-content.section-your-folder { ... }

This is for selectors that conceptually belong to the post content: headings, paragraphs, tables, images, code blocks, callouts, and other markdown output.