/* Token colours for the hashJS PrismJS grammar, tuned for prism-twilight.
   Load after the Prism theme so these win. */

.token.hashjs-statement,
.token.hashjs-expression {
    background: rgba(255, 199, 89, .10);
    border-radius: 3px;
    padding: .05em .15em;
}

.token.hashjs-delimiter {
    color: #ffc759;
    font-weight: 700;
}

/* Inside a hash, the JavaScript reads as JavaScript rather than as markup. */
.token.hashjs-statement .token.keyword,
.token.hashjs-expression .token.keyword {
    color: #f9a3d0;
    font-style: normal;
}

.token.hashjs-statement .token.function,
.token.hashjs-expression .token.function {
    color: #9ad4f5;
}

.token.hashjs-statement .token.punctuation,
.token.hashjs-expression .token.punctuation {
    color: #c9d1d9;
}
