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