umami/src/components/common/Breadcrumb.module.css

11 lines
154 B
CSS
Raw Normal View History

2024-03-02 18:51:29 +00:00
.bar {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
color: var(--base600);
}
.link span {
color: var(--base700) !important;
}