.token.constant,
.token.deleted,
.token.important,
.token.property,
.token.symbol,
.token.tag,
.token.boolean,
.token.keyword{
    color: #3b9ad7;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.class-name,
.token.inserted,
.token.selector{
    color: #8addff;
}
.token.parameter{
    color: #669EB6;
}
.token.atrule,
.token.attr-value,
.token.string{
    color: #D88E73;
}
.token.function{
    color: #DADCA3;
}
.hcb_wrap pre, .hcb_wrap pre code{
    background: #1E1E1E;
}
.hcb_wrap pre[data-file]:before{
    color: #191919;
}
.hcb_wrap{
    color: #fff;
}
.hcb_wrap pre::-webkit-scrollbar{
    height: 12px;
}
.hcb_wrap pre::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.2);
    border-radius: 6px;
}
.hcb_wrap .hcb-clipboard+pre:before{
    right: unset;
}
.hcb_wrap pre:before{
    top: -20px;
    left: -20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}