14 lines
202 B
CSS
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);
|
|
}
|
|
}
|
|
}
|