Changing navigation strip color with CSS

In file named style.css

on line 1235

.mobile-navbar {
    height: 44px;
    background-color: red;
}

and on line 3824

.header-bottom {
    position: relative;
    height: 50px;
    background-color: red;
}