Skip to content
Snippets Groups Projects
Verified Commit 3e740560 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'master' of edugit.org:HacknFun/hacknfun.org

parents 4c1efa5e 704b0a8b
No related branches found
Tags 1.0.3
No related merge requests found
Pipeline #5596 passed
...@@ -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