hugo

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

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

_social-icons.css (245B)

    1 .facebook, .twitter, .instagram, .youtube {
    2   fill: #BABABA;
    3 }
    4 .facebook:hover {
    5   fill: #3b5998;
    6 }
    7 
    8 .twitter {
    9   fill: #55acee;
   10 }
   11 
   12 .twitter:hover {
   13   fill: #BABABA;
   14 }
   15 
   16 
   17 .instagram:hover {
   18   fill: #e95950;
   19 }
   20 
   21 .youtube:hover {
   22   fill: #bb0000;
   23 }