mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-21 19:00:54 -04:00
29 lines
373 B
CSS
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;
|
|
}
|