From c300e6bc2db8badab14b30b1b690ca945732dc57 Mon Sep 17 00:00:00 2001 From: Emmanuel Godard <emmanuel.godard@lis-lab.fr> Date: Wed, 7 Dec 2022 23:38:26 +0100 Subject: [PATCH] Gabian colors --- static/css/main.css | 20 ++++++++++++++------ templates/base.html | 3 +-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index fdf3135..7f1b0d5 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 33a4a4d..04a829a 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> -- GitLab