Project

General

Profile

1
.uk-breadcrumb.uk-light > * > *,
2
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
3
  color: white !important;
4
}
5

    
6
.uk-breadcrumb > * > * {
7
  color: rgba(0, 0, 0, 0.60) !important;
8
  vertical-align: top;
9
  line-height: 25px;
10
}
11

    
12
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
13
  content: "›";
14
  color: rgba(0, 0, 0, 0.60);
15
  font-weight: 200;
16
  font-size: 25px;
17
  margin: -9px 10px;
18
}
19

    
20
.uk-breadcrumb > :last-child > * {
21
  font-weight: 700;
22
  color: rgba(0, 0, 0, 0.60);
23
}
(2-2/19)