- noviembre 28, 2023Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
/* -- The root styles must go in the element of the structure with the name "Toggle". --*/
/* Change to white when the hamburger menu is activated */
.header-8__toggle-menu.brxe-toggle.is-active .brxa-inner{
color: var(--light);
&:before, &:after{
color: var(--light);
}
}