spaceship-monolith
Version:
Astro UI for Obsidian Vaults
28 lines (21 loc) • 1.01 kB
CSS
@utility navigation-tree {
@apply p-2;
}
@utility navigation-tree-list {
@apply flex flex-col gap-0.5 h-[calc(var(--left-sidebar-content-height)_-_var(--left-sidebar-header-height))]! scrollbar-thin overflow-auto;
}
@utility tree-leaf {
@apply text-ui-sm w-full rounded-lg font-menu text-menu-foreground dark:text-menu-foreground-dark;
}
@utility tree-leaf-folder {
@apply py-1 px-2 hover:bg-menu-active-background hover:text-menu-active-foreground dark:hover:bg-menu-active-background-dark dark:hover:text-menu-active-foreground-dark;
}
@utility tree-leaf-active {
@apply bg-menu-active-background text-menu-active-foreground dark:bg-menu-active-background-dark dark:text-menu-active-foreground-dark;
}
@utility tree-leaf-folder-summary {
@apply capitalize mb-0.5 rounded-lg py-1 px-2 cursor-pointer hover:bg-menu-active-background dark:hover:bg-menu-active-background-dark;
}
@utility tree-leaf-folder-summary-active {
@apply bg-menu-active-background dark:bg-menu-active-background-dark;
}