From 78304eae460af5b3d1adf49d74272e14377ff282 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 29 Jan 2021 22:35:44 +0100 Subject: [PATCH] Fix colours --- pelicanconf.py | 4 ++-- themes/teckids | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index d109588..5ab8094 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -66,8 +66,8 @@ DEFAULT_PAGINATION = 10 PRIMARY_DARK = "#327a00" PRIMARY_LIGHT = "#55d100" -SECONDARY_DARK = "#015ebe" -SECONDARY_LIGHT = "#00c5fa" +SECONDARY_DARK = "#00c5fa" +SECONDARY_LIGHT = "#015ebe" SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"), ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"), diff --git a/themes/teckids b/themes/teckids index 5932d4c..0aaf279 160000 --- a/themes/teckids +++ b/themes/teckids @@ -1 +1 @@ -Subproject commit 5932d4cb3a66a7aa0e2ad07d6bd7598a88fabc58 +Subproject commit 0aaf27934d50d85a6db399f5fc2027bad2d83b61 -- GitLab