mirror of
https://github.com/wenlzhang/obsidian-folder-navigator.git
synced 2026-07-22 05:41:23 +00:00
5 lines
147 B
CSS
5 lines
147 B
CSS
.nav-folder-title-highlighted {
|
|
background-color: var(--text-selection);
|
|
border-radius: 4px;
|
|
transition: background-color 0.3s ease;
|
|
}
|