shithub: hugo

ref: 7d63a23b0c68d9cd7c7c09c2755619237bc03485
dir: /themes/gohugoioTheme/src/css/_hljs.css/

View raw version
/* modified from:*/
@import 'highlight.js/styles/atom-one-light.css';

/* hljs-template-variable covers the handlebars templating*/
.hljs-template-variable {
  color: var(--primary-color);
}

.hljs-attr {
  color: var(--accent-color-light);
}