yoyurec / logseq-awesome-styler

🎨 Totally customizable theme with presets: colors, backgrounds, fonts and sizes, etc... Logseq plugin
MIT License
180 stars 8 forks source link

Add colours for admonition blocks #101

Open ruudschouten opened 10 months ago

ruudschouten commented 10 months ago

Idea I want to be able to change the styling of admonition blocks. I did a quick search in the issues of this repository, and saw that someone did use it in a custom.css file, but I would love it if it would be added "natively" into this plugin. Not sure if it helps, but the style classes used in the custom.css were;

-- each of these has a nested icon, which can be styled by adding the `.admonition-icon` class after the admonitionblock 

div.admonitionblock.important
div.admonitionblock.caution 
div.admonitionblock.warning
div.admonitionblock.tip
div.admonitionblock.note
div.admonitionblock.pinned