Skip to content
Snippets Groups Projects
Verified Commit 1e6fa368 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Set colours to project CI

parent a47ab6d8
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,10 @@ DEFAULT_PAGINATION = 10 ...@@ -64,10 +64,10 @@ DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
PRIMARY_DARK = "#FF6600" PRIMARY_DARK = "#327a00"
PRIMARY_LIGHT = "#FF9955" PRIMARY_LIGHT = "#55d100"
SECONDARY_DARK = "#0606FA" SECONDARY_DARK = "#015ebe"
SECONDARY_LIGHT = "#005EBE" SECONDARY_LIGHT = "#00c5fa"
SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"), SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"),
("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"), ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment