Root-level folder names in bold?

Is there a CSS selector for top-level folders? I want to do something like:

Parent Folder

  • Child Folder
    – Child of Child Folder

EDIT: I found something similar enough thanks to Whyl and their theme “Blue Topaz”. This bolds all folders:

.nav-folder-title {
  font-weight: 600;
}
2 Likes

Thank you very much

1 Like

:+1: Nice. Just what I was looking for. +10