ref: f8212d20009c4b5cc6e1ec733d09531eb6525d9f
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);
}