Custom callouts.css snippet is not working

Obsidian v0.15.9
macOS 12.4

Things I have tried

re-wrote the snippet; changed the name; toggle if off and on again; restarted computer

My snippet is:

.callout[data-callout="Highlight"] {
	--callout-color: 255, 255, 0;
	--callout-icon: lucide-highlighter;
}

What I’m trying to do

use my custom snippet

1 Like

The solution was using lowercase in the type, i.e., “highlight” not “Highlight.” The snippet now works.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.