wenlzhang_obsidian-folder-n.../styles.css
2025-02-25 16:43:01 +01:00

5 lines
147 B
CSS

.nav-folder-title-highlighted {
background-color: var(--text-selection);
border-radius: 4px;
transition: background-color 0.3s ease;
}