Thanks for the work I’m always amaze by CSS ninja people.
Just a thing how can I increase the space between my list <li> that are printed as output of query (normal lists are correctly spaced), but not the list of pages with query.
I run silverbullet v1 and I’ve tried to figure it out with developeur mode in Chrome but nothing relevant
Example output of :
page where name =~ /^Inbox\// render [[Library/Core/Query/Page]]
I would like to add a bit of padding-top or padding-bottom between each line but I can’t figure it out where to add this.
Unfortunately I don’t have SilverBullet v1 so I don’t know how the output is rendered in HTML. Best to upgrade to v2 as v1 is going to become very outdated
Only caveat is, it doesn’t fit my personal preferred style and colors. But that is not your fault, of course
However, it could be the base for some own changes and experiments.
So thanks again for putting it together. Will be helpful, anyway!!
I was thinking about adding a few color choices, but in the end everyone is free to make any changes they like. If it helps to make your own theme, that’s great!
I love this theme and have been using it since I found it. I modified the code to change the typography to my usual one. I wondered if this could be done more visually (changing color and fonts), so I started developing a web app in JavaScript that reads the .md file and applies the modifications. Since I’m not a programmer, I haven’t been able to get it fully working yet, but this is the idea: GitHub - arqtron/SB-theme-configuration
After writing this, I searched again for more posts about themes and styles and found @kebot’s post about the Base16 theme system, which I really like because it seems simpler and offers a very wide gallery of options for color configuration. It looks perfect for the editor’s code section, and I need to try it to see how it applies to the rest of Silver Bullet.