From 39e1f6fd751ecd8d5c8a061bae41f1fb99c59b12 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 21 Jun 2015 22:49:06 +0200 Subject: [PATCH] Changed bootstrap's primary color and navbar background to pretix's brand color --- .../control/static/pretixcontrol/less/variables.less | 7 ++++++- src/pretix/control/templates/pretixcontrol/base.html | 6 +++--- src/pretix/presale/static/pretixpresale/less/main.less | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/pretix/control/static/pretixcontrol/less/variables.less b/src/pretix/control/static/pretixcontrol/less/variables.less index 7e24b9434f..eac76fa557 100644 --- a/src/pretix/control/static/pretixcontrol/less/variables.less +++ b/src/pretix/control/static/pretixcontrol/less/variables.less @@ -4,8 +4,13 @@ @gray-light: lighten(#000, 60%); @gray-lighter: lighten(#000, 93.5%); @gray-lightest: lighten(#000, 97.25%); -@brand-primary: #428bca; +@brand-primary: #3b1c4a; @brand-success: #5cb85c; @brand-info: #5bc0de; @brand-warning: #f0ad4e; @brand-danger: #d9534f; +@navbar-inverse-bg: #3b1c4a; +@navbar-inverse-link-color: white; +@navbar-inverse-link-hover-color: @gray-lighter; +@navbar-inverse-brand-hover-color: @gray-lighter; +@navbar-inverse-color: white; diff --git a/src/pretix/control/templates/pretixcontrol/base.html b/src/pretix/control/templates/pretixcontrol/base.html index b8d25fcabf..bf1e1656fc 100644 --- a/src/pretix/control/templates/pretixcontrol/base.html +++ b/src/pretix/control/templates/pretixcontrol/base.html @@ -21,7 +21,7 @@
-