shithub: hugo

ref: f27faf9afd0a8db768a21954b8755f1bf1a14f1b
dir: /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);
}