mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
11 lines
243 B
CSS
11 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);
|
|
}
|