.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted {
  color: #ff79aa;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: rgb(65, 160, 255);
}