From 91e58a72058261f1be883f43d2c564554402c1ec Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 13 Jan 2020 15:24:57 +0100 Subject: Full CSS rework: - add light/dark colorscheme support (also for code) - remove Skeleton - Split elenq CSS in pelican-specific vs general --- themes/elenq/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/elenq/templates/base.html') diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index 3a3f680..79973e1 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -32,8 +32,8 @@ {% endblock head %} - - + + @@ -77,7 +77,7 @@
- + {% include "_logo.svg" %}
-- cgit v1.2.3