Files
VDI-Starter/styles/components/breadcrumbs.css
2025-08-22 15:40:01 -05:00

14 lines
202 B
CSS

/* Breadcrumb styles */
#breadcrumbs {
@apply text-white;
a {
color: oklch(0.72 0.122 212.25);
&:hover {
color:color-mix(in oklch, oklch(0.72 0.122 212.25) 60%, white);
}
}
}