I've been trying out #SilverBullet for a while to see if I like it better than other things I've used so far, and I'm really enjoying it (sorry org-roam).
But today I ran into a little issue with block quotes (see first screenshot), and being able to fix that from within SilverBullet itself is pretty darn awesome (see second screenshot)
#sb-main .cm-editor .sb-blockquote-outside
{
padding-left: 1rem;
}
With just that little Space Style it's fixed for all of the block quotes in my space. The CSS itself isn't impressive at all of course, but the fact that I can write some CSS in my space and it affects the look of it is really cool to me.
High Emacs vibes here 


