mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Changed the primary color to a lighter one
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@gray-light: lighten(#000, 60%);
|
||||
@gray-lighter: lighten(#000, 93.5%);
|
||||
@gray-lightest: lighten(#000, 97.25%);
|
||||
@brand-primary: #3b1c4a;
|
||||
@brand-primary: #8E44B3;
|
||||
@brand-success: #5cb85c;
|
||||
@brand-info: #5bc0de;
|
||||
@brand-warning: #f0ad4e;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
@import "../../fontawesome/less/font-awesome.less";
|
||||
@fa-font-path: "../../fontawesome/fonts";
|
||||
|
||||
@brand-primary: #3b1c4a;
|
||||
@brand-primary: #8E44B3;
|
||||
|
||||
@import "event.less";
|
||||
@import "forms.less";
|
||||
|
||||
Reference in New Issue
Block a user