wiki/_sass/_footer.scss

20 lines
278 B
SCSS
Raw Normal View History

2017-12-02 02:04:52 -08:00
// フッタ
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;
}
}
}