From 1e6fa368b18997ba4d31b40dc8b2ef5559a1672c Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 29 Jan 2021 22:19:26 +0100
Subject: [PATCH] Set colours to project CI

---
 pelicanconf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 5ccdb38..d109588 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -64,10 +64,10 @@ DEFAULT_PAGINATION = 10
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
 
-PRIMARY_DARK = "#FF6600"
-PRIMARY_LIGHT = "#FF9955"
-SECONDARY_DARK = "#0606FA"
-SECONDARY_LIGHT = "#005EBE"
+PRIMARY_DARK = "#327a00"
+PRIMARY_LIGHT = "#55d100"
+SECONDARY_DARK = "#015ebe"
+SECONDARY_LIGHT = "#00c5fa"
 
 SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"),
                  ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"),
-- 
GitLab