diff --git a/static/css/main.css b/static/css/main.css index fdf3135a74fff943cd7ea16dc28b69aa2670bddf..7f1b0d52e6a030716b7bfc9fba5a97b156162df0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -15,7 +15,8 @@ h4, h5, h6, time { - font-family: "Ruda", sans-serif; + font-family: "Ruda", sans-serif; + color: #15A9DB; } #container { @@ -40,15 +41,22 @@ time { } #container header { - margin-bottom: 1em; + margin-bottom: 1em; + color: #15A9DB; } #container header h1 { - font-size: 2.8rem; -} + font-size: 2.8rem; + margin: 0 -1em 0em -1em; +} +@media only screen and (max-width: 800px) { + #container header h1 { + margin: 0; + } +} #container header h1 a { - color: #000000; + color: #15A9DB; font-size: 2.8rem; } @@ -96,7 +104,7 @@ time { } #container nav ul li a.active { - border-bottom: 0.4em solid #666666; + border-bottom: 0.4em solid #15A9DB; } #container main { diff --git a/templates/base.html b/templates/base.html index 33a4a4d8a16856a1e0e56e836717a29eba0876f8..04a829a8dc72ee3f5d3972f4522ee7a83bf1b296 100644 --- a/templates/base.html +++ b/templates/base.html @@ -71,8 +71,7 @@ {% endblock %} <footer> <h6> - Rendered by <a href="http://getpelican.com/">Pelican</a> • Theme by <a - href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a> • Copyright + Rendered by <a href="http://getpelican.com/">Pelican</a> • Theme by Gabian • Copyright ©{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %} {% if AUTHOR %} ‑ {{ AUTHOR }} {% endif %} </h6>