shithub: hugo

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