Sha256: f38b8c8d2774e8641e59a45ad27db4980fdb60e39ebf37ec11f57795cd7125ac
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 Bytes
Contents
// Footer body > footer { background-color: $footer; border-top: 5px solid lighten($footer, 50); color: lighten($footer, 50); font-size: 0.9rem; padding: $grid-gutter-width / 2 0; .container { margin-top: 1rem; } a, a:hover, a:visited { color: $white; } // Font Awesome icons .fa-inverse { color: $footer; } .fa-ul { margin-left: 1.5rem; } // License notice .small.mt-2 { p { display: inline; & + p:before { content: " — "; } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-petridish-3.1.0 | _sass/_footer.scss |
jekyll-theme-petridish-3.0 | _sass/_footer.scss |