hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git

custom.css (166B)

    1 {{ partial "css/color.css" . | safeCSS }}
    2 :root {
    3     --accent-color: #00F;
    4     --text-color: #000;
    5     --background-color: #FFF;
    6     --alt-background-color: #CF6;
    7 }