shithub: hugo

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