netlify-cms-react-starter/src/components/Footer.css
2018-06-01 14:58:25 +10:00

15 lines
208 B
CSS

.Footer {
padding: 3rem 0;
background: var(--darkGrey);
color: white;
}
.Footer--Lower {
background: var(--darkGrey);
padding: 1rem 0;
font-weight: 100;
}
.Footer--Lower a {
color: inherit;
}