Files
freeCodeCamp/client/src/components/Footer/footer.css
2019-01-28 12:02:45 +00:00

29 lines
373 B
CSS

.footer {
background-color: #e0e0e0;
font-size: 0.9em;
width: 100%;
padding-top: 40px;
}
.footer .col-header {
padding-bottom: 5px;
font-weight: bold;
}
.footer a:not([class*='inline']) {
display: block;
}
.footer .external-link-icon {
margin-left: 5px;
color: #6d6d6d;
}
.night .footer {
background: #222;
}
.night .footer a {
color: #006400;
}