/* Footer */ #footer { background: _palette(footer, bg); color: _palette(footer, fg); padding: 4vh; text-align: center; .copyright { font-size: 0.8em; line-height: 1em; a { color: inherit; } li { display: inline-block; margin-left: 1em; padding-left: 1em; border-left: dotted 1px; &:first-child { margin: 0; padding: 0; border: 0; } } } }