Fiddling with space styles

Hi,

currently I’m fiddling around to make SB looking better (to me) :slight_smile:
I found a few hacks to change the look, e.g. the nice Tiniri theme by vlad.

However, I found no working way to change e.g. the look of the header lines (H1 to H6).
If I add e.g.

h1 {
  background-color: #aabbcc;
}

it has no effect at all.

What am I doing wrong?

Another wish is to change the gap between the tree-view window on the left and the editor pane. There is a huge gap between both. I’d like to move the editor pane somewhat to the left, but found no option to change… (I found an option to change the size, though)

Thanks for any hint! :slight_smile:

Hi.

I use this space style.

#sb-editor .sb-line-h1,
#sb-editor .sb-line-h2, 
#sb-editor .sb-line-h3, 
#sb-editor .sb-line-h4, 
#sb-editor .sb-line-h5, 
#sb-editor .sb-line-h6 {
  color: var(--meta-color)
}
1 Like

Thanks, Knah.
However, I see no change after adding that to my space-style :frowning: Even tried to add “!important” to the lines…

My headers still look like default…

Nevermind - just realized, only H1 is not affected. At least H2-H6 DO get the new settings…

But where can I configure H1 then?

Aargh - MY FAULT!
H1 was not in the config - think, I need a break :slight_smile:

My bad, i don’t personally use H1 in note.

I update my post for next person.

1 Like