Fix color assignments on error page

This commit is contained in:
Raphael Michel
2017-11-01 19:53:39 +01:00
parent 09a9dfe591
commit 2678100149
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
$brand-primary: #8E44B3 !default;
$brand-primary: #8E44B3;

View File

@@ -1,6 +1,6 @@
@import "colors.scss";
@import "../../bootstrap/scss/_bootstrap.scss";
@import "../../fontawesome/scss/font-awesome.scss";
@import "colors.scss";
body {