hugo/docs/themes/gohugoioTheme/assets/css/_hljs.css
2018-12-12 09:06:42 +01:00

12 lines
243 B
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);
}