How to remove bold from sidebar?

Hi guys,

How can i remove the bold text from sidebar?

image

Thanks!

I can’t test on a screenshot, but this might do it:

In an existing or new tiddler tagged $:/tags/Stylesheet, add this css:

.tc-table-of-contents li a {
  font-weight: normal;
}
2 Likes

Thanks Scott, for now on i will share my wiki when i have some doubt