diff --git a/pelicanconf.py b/pelicanconf.py index 5ccdb38ca4f9937dc5575f53a47dce43aa1b509b..d1095886cbcab8069eb32efbdf581411f2de187e 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/"),