11 lines
250 B
CSS
Executable File
11 lines
250 B
CSS
Executable File
.mantine-Breadcrumbs-root {
|
|
height: fit-content;
|
|
z-index: 5;
|
|
color: var(--mantine-color-secondaryContrast-filled) !important;
|
|
}
|
|
|
|
.highlighted_breadcrumb {
|
|
color: var(--mantine-color-contrast-filled);
|
|
text-decoration: underline;
|
|
}
|