* {color:red}
* {color:green}
* {color:blue}
* {color:red}The color is overridden by defining styles on the "::part(content)" psudeo-element.
.black::part(content) {color: black}
* {color:green}Styles on children can be selectively overridden using standard methods:
.blue {color:blue}