hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

_hljs.css (243B)

    1 /* modified from:*/
    2 @import 'highlight.js/styles/atom-one-light.css';
    3 
    4 /* hljs-template-variable covers the handlebars templating*/
    5 .hljs-template-variable {
    6   color: var(--primary-color);
    7 }
    8 
    9 .hljs-attr {
   10   color: var(--accent-color-light);
   11 }