Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_hljs.css « css « src « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c491076552935a2c61b5f1db952037da43133f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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);
}