Append class (color) for menu items

Inline syntax and selector syntax (CSS Tips - Open Stage Control) should not be mixed, this should work:

:host {
 font-size:300%; 
 border-radius: 10%;
 class:EQButton;
}
.item:nth-child(1) {
 background: #3b3b3b;
 opacity: 1;
}
2 Likes