java.lang.Object
net.serenitybdd.core.reports.styling.TagStylist

public class TagStylist extends Object
The color of different types of tags in the Serenity reports can be configured using Serenity properties. You can set the background and foreground colors using the `tag.color.for.*` tags. For example, to make error tags red, you could add `tag.color.for.error=red`.