fix (dark): menubar in dark mode

This commit is contained in:
Mickael Kerjean 2023-04-19 07:40:32 +10:00
parent f3565a38be
commit e2d36fd6e4

View file

@ -165,8 +165,8 @@ body.touch-yes{
.breadcrumb{
background: rgba(0,0,0,0.07);
}
.label{
color: var(--super-light);
.component_path-element a.label{
color: #f1f1f1;
}
}
}