What I’m trying to do
Be able to change the font size of the file explorer
Things I have tried
I have tried what mention in other 2 posts, which give both a .CSS solution. I used both but non worked (obsidian recognized the files and I activated them but not effect appears)
.nav-file-title, .nav-folder-title {
font-size: 11px;
font-family: consolas;
}
.workspace-leaf-content[data-type=“file-explorer”] * {
font-size: 20px;
}