ref: 1d52bfbb4792f86b85ae5bca7af5b75bb5c69289
dir: /docs/themes/gohugoioTheme/src/css/_hljs.css/
/* 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);
}