m-kk_toc/styles.css

18 lines
438 B
CSS
Raw Permalink Normal View History

/*
Table of Contents Generator Plugin Styles
Modern frontmatter-based TOC with no visible markers.
All TOC visibility is now handled through frontmatter metadata.
Note: This plugin generates standard markdown content (headings and lists).
Styling is minimal to avoid conflicts with themes.
*/
.toc-pattern-errors {
color: var(--text-error);
font-size: var(--font-ui-smaller);
}
.toc-pattern-errors:empty {
display: none;
}