/*
Ailothaen style
*/

.hljs {
  display: block;
  overflow-x: auto;
  color: white;
}

.hljs-tag,
.hljs-keyword,
.hljs-literal,
.hljs-strong,
.hljs-name,
.hljs-selector-tag {
  color: #00a6ff; /* bleu : mots clés et éléments css */
}

.hljs-code {
  color: #66d9ef;
}

.hljs-class .hljs-title {
  color: white;
}

.hljs-symbol,
.hljs-regexp,
.hljs-link,
.hljs-selector-class, 
.hljs-selector-id {
  color: #fb5ee3; /* rose : regex et classes/id css */
}

.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-attribute,
.hljs-addition {
  color: #55e439; /* vert : string */
}


.hljs-variable,
.hljs-template-tag,
.hljs-template-variable,
.hljs-attr {
  color: #ffff00; /* jaune : variable */
}

.hljs-number {
  color: #ff8000; /* orange : number */
}

.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #9d3cff; /* violet : commentaires */
}

.hljs-meta {
  color: #8080c0; /* lilas : méta */
}

