Obsidean_VM/.obsidian/snippets/nav-wrap.css

11 lines
265 B
CSS

.nav-file-title-content, .nav-folder-title-content {
white-space: normal; /* This produces the text wrapping */
}
.nav-file-title {
color: #DDDCEF; /* Color for files */
}
.nav-folder-title {
color: #f83a598; /* Color for folders */
}