How to change color of "X" when mobile menu is activated

To change color of “X” icon when mobile menu is activated.

You can use this code to Website Tools > Custom CSS.

body.header--menu-open div.burger-inner>div {
    background-color: #f1f !important;
}

Result