X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f534e3e94d119d6baa2edebfd69e3d1ee055e57b..5603ef1d534888f3e85b93c98fb2623d4154fead:/notes/static/style.css?ds=inline diff --git a/notes/static/style.css b/notes/static/style.css index 57d9dfc..3cbd4b7 100644 --- a/notes/static/style.css +++ b/notes/static/style.css @@ -4,17 +4,31 @@ header { text-align: center; } -header a:link, header a:visited, header a:active, header a:hover { +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; } -footer a:link, footer a:visited, footer a:active, footer a:hover { - color: #ffffff; +@media screen and (min-width: 600px) { + footer div:first-child { + padding-left: 10em; + padding-right: 10em; + } } footer ul { @@ -23,7 +37,7 @@ footer ul { padding-left: 0; } -article .publication-date { - font-style: italic; - font-size: smaller; +footer #copyright { + text-align: center; + margin-top: 2em; } \ No newline at end of file