diff --git a/library.css b/library.css index 521fe18..f0a14ae 100644 --- a/library.css +++ b/library.css @@ -1915,3 +1915,27 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba border-color:black; text-decoration: underline; } + +.uk-breadcrumb.uk-light > * > *, +.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before { + color: white; +} + +.uk-breadcrumb > * > * { + color: rgba(0, 0, 0, 0.60); + vertical-align: top; + line-height: 25px; +} + +.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { + content: "›"; + color: rgba(0, 0, 0, 0.60); + font-weight: 200; + font-size: 25px; + margin: -9px 10px; +} + +.uk-breadcrumb > :last-child > * { + font-weight: 700; + color: rgba(0, 0, 0, 0.60); +}