hugo

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

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

_definition-lists.css (100B)

    1 
    2 dl dt {
    3   font-weight: bold;
    4   font-size: 1.125rem;
    5 }
    6 dd {
    7   margin: .5em 0 2em 0;
    8   padding: 0;
    9 }