Sha256: 221795e2d5cf788d73e7be3d6c17d97e2b44817cc5c51ea6955251ce6c85ca28
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 Bytes
Contents
/* Footer */ #footer { position: relative; color: #fff; text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25); text-align: center; margin: 4.5em 0 0 0; &:after { content: ''; display: block; position: absolute; top: -4.5em; left: 50%; height: 4.5em; border-left: solid 1px #fff; } a { color: #fff; text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25); border-bottom-color: rgba(255, 255, 255, 0.5); &:hover { color: #35b88f; text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25); border-bottom-color: rgba(53, 184, 143, 0.5); } } .icons { padding: 0.75em 2em 0.75em 2em; border-radius: 3em; border: solid 1px #fff; display: inline-block; margin: 0 0 3em 0; } .copyright { margin: 0 0 9em 0; font-size: 0.8em; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-drop-0.1.1 | _sass/layout/_footer.scss |
jekyll-theme-drop-0.1.0 | _sass/layout/_footer.scss |