Code snippets: Menu items
Change the color of the Application title
1 2 3
.menu__title { color: #224190; }
Change the color of the button icons (back arrow, home button, etc)
1 2 3
.menu__button { fill: red; }
Change the color of the Breadcrumb border
1 2 3
ul.menu__breadcrumbs li .menu__breadcrumb__item__label { border-color: red; }