pre[data-sql] {
  border: 1px solid #33423a;
  background: #16201b;
  color: #e8efe9;
}

.sql-token-keyword {
  color: #8fc1ff;
  font-weight: 750;
}

.sql-token-function {
  color: #d8adff;
  font-weight: 700;
}

.sql-token-string {
  color: #f3c27f;
}

.sql-token-number {
  color: #a9e58d;
}

.sql-token-comment {
  color: #a9b5af;
  font-style: italic;
}
