+++ /dev/null
-header {
- color: #ffffff;
- background-color: #0d6efd;
- text-align: center;
-}
-
-header a:link, header a:visited, header a:active, header a:hover,
-footer a:link, footer a:visited, footer a:active, footer a:hover {
- color: #ffffff;
-}
-
-h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
- color: #212529;
-}
-
-
-article .publication-date {
- font-style: italic;
- font-size: smaller;
-}
-
-footer {
- color: #ffffff;
- background-color: #212529;
-}
-
-@media screen and (min-width: 600px) {
- footer div:first-child {
- padding-left: 10em;
- padding-right: 10em;
- }
-}
-
-footer ul {
- list-style-type: none;
- margin-left: 0;
- padding-left: 0;
-}
-
-footer #copyright {
- text-align: center;
- margin-top: 2em;
-}
\ No newline at end of file