From d9176a04989f4847d30816751f3ff20e1b4045b6 Mon Sep 17 00:00:00 2001 From: Romgere Date: Thu, 13 Jun 2019 12:03:39 +0200 Subject: [PATCH] Change app color --- app/styles/app.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index fa4b5fa..f1796b1 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -1,7 +1,7 @@ -$primary: "teal"; -$accent: "light-blue"; -$warn: "pink"; +$primary: "indigo"; +$accent: "blue"; +$warn: "red"; @import 'ember-paper';