1
0
Fork 0
freesewing/packages/css-theme/src/elements/_footer.scss
2020-12-24 20:45:16 +01:00

40 lines
650 B
SCSS

footer {
@include button-font;
font-size: 90%;
background: $fc-bg-dark;
color: $fc-text-dark;
margin: 0;
padding: 4rem 1rem;
text-align: center;
a {
color: $fc-text-dark !important;
}
a:hover {
color: $fc-link-dark !important;
}
a.discord:hover {
color: #2a5ee8 !important;
}
a.twitter:hover {
color: #1da1f2 !important;
}
a.github:hover {
color: #6cc644 !important;
}
a.instagram:hover {
color: #e1306c !important;
}
a.facebook:hover {
color: #3b5998 !important;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
p.social {
margin: 0;
}
}