javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.04k stars 67 forks source link

Patch(SCSS): Fixes Indented UL/LI #316

Closed sigrunixia closed 1 year ago

sigrunixia commented 1 year ago

Indented UL/LI did not indicate an indentation border. Added CSS to add a left border to all children of ul > li > ul

Closes #312