Open Rhydderch opened 11 months ago
Maybe you want to apply a style that suits your taste? Obsidian has features for customizing styles. Try assigning style to the active tab class.
just try this snippet
.is-focused .vertical-tabs-view-list li.focused,
.vertical-tabs-view-list li.focused {
color:navy;
background-color:honeydew;
}
Hi, Would it be possible to style differently the current active tab?