wiki/_sass/_footer.scss

20 lines
278 B
SCSS

// フッタ
footer {
background: $footer-background;
color: $footer-text-color;
padding: 1em 0;
text-align: center;
a {
text-decoration: underline;
&:link,
&:visited,
&:hover,
&:focus,
&:active {
color: $footer-text-color;
}
}
}