ref: e5f960245938d8d8b4e99f312e9907f8d3aebf7a
dir: /docs/themes/gohugoioTheme/assets/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);
}