shithub: hugo

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