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