1. Change the color of the Application title

    .menu__title {
        color: #224190;
    }

  2. Change the color of the button icons (back arrow, home button, etc)

    .menu__button {
        fill: red;
    }

  3. Change the color of the Breadcrumb border

    ul.menu__breadcrumbs li .menu__breadcrumb__item__label {
        border-color: red;
    }