mgmeyers / obsidian-embedded-note-titles

GNU General Public License v3.0
58 stars 5 forks source link

Sample CSS modification has errors #30

Closed gabrielwhite closed 2 years ago

gabrielwhite commented 2 years ago

I was able to get the embedded note title to change using this CSS code:

.embedded-note-title { color: blue; }

I wasn't able to get any of the sample CSS to work (on top of that it seems to have an "s" at the end of .embedded-note-title, where the code in the plugin doesn't).

Thanks,

Gabe