Skip to content

Instantly share code, notes, and snippets.

View ScottKillen's full-sized avatar
🖼️
Creating

Scott Killen ScottKillen

🖼️
Creating
View GitHub Profile
@ScottKillen
ScottKillen / obsidian-vii-callouts.css
Created December 3, 2022 05:12 — forked from vii33/obsidian-vii-callouts.css
Obsidian Notes - Change callout color and icon (admonitions)
/* Settings for all callouts / admonitions: */
.callout {
background-color: hsl(220, 16%, 16%);
}
/* Settings for individual callouts / admonitions: */
.callout[data-callout="important"] { /* same name as in callout to be changed */
--callout-color: 19, 203, 232; /* rgb only */