Common Styles

Text color

CSS

yourSelector {
  color: blue;
}

JavaScript

yourVariable.style.color = `blue`