Skip to content
Snippets Groups Projects
Commit c300e6bc authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

Gabian colors

parent bad03657
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ h5,
h6,
time {
font-family: "Ruda", sans-serif;
color: #15A9DB;
}
#container {
......@@ -41,14 +42,21 @@ time {
#container header {
margin-bottom: 1em;
color: #15A9DB;
}
#container header h1 {
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 {
......
......@@ -71,8 +71,7 @@
{% endblock %}
<footer>
<h6>
Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp; Theme by <a
href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a> &nbsp;&bull;&nbsp; Copyright
Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp; Theme by Gabian &nbsp;&bull;&nbsp; Copyright
&copy{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %}
{% if AUTHOR %} &nbsp;&#8209;&nbsp; {{ AUTHOR }} {% endif %}
</h6>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment