From c7109c04507c014fd211feb246d5efbcc8bc9618 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Fri, 25 Jan 2019 00:12:57 +0100
Subject: [PATCH] Refine theme

---
 src/theme/_variables.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/theme/_variables.scss b/src/theme/_variables.scss
index 88c0d28a8..e75c2076c 100644
--- a/src/theme/_variables.scss
+++ b/src/theme/_variables.scss
@@ -3,7 +3,7 @@
 // (imported above). For each palette, you can optionally specify a default, lighter, and darker
 // hue. Available color palettes: https://www.google.com/design/spec/style/color.html
 $arsnova-primary: mat-palette($mat-teal,300);
-$arsnova-accent: mat-palette($mat-orange, A200); //$mat-blue-gray, A200, A100, A400);
+$arsnova-accent: mat-palette($mat-orange, 100); //$mat-blue-gray, A200, A100, A400);
 
 // The warn palette is optional (defaults to red).
 $arsnova-warn: mat-palette($mat-light-blue, 100);
-- 
GitLab