hugo

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

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

_variables.css (444B)

    1 :root {
    2   --primary-color:        #0594CB;
    3   --primary-color-dark:   #0A1922;
    4   --primary-color-light:  #f9f9f9;
    5   --accent-color:         #EBB951;
    6   --accent-color-light:   #FF4088;
    7   --accent-color-dark:    #33ba91;
    8   --text-color-primary:   #373737;
    9   --text-on-primary-color: #fff;
   10   --text-color-secondary: #ccc;
   11   --text-color-disabled:  #F7f7f7;
   12   --divider-color:        #f6f6f6;
   13   --warn-color: red;
   14 
   15   --blue: var(--primary-color);
   16 }