From 9c5576f0f587c0732d0c4d72841e82fa5dd2c7e1 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:16:16 +0100 Subject: [PATCH] Try some new colors --- .../creator/room-creator-page/room-creator-page.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.scss b/src/app/components/creator/room-creator-page/room-creator-page.component.scss index dc042e292..52c0c267b 100644 --- a/src/app/components/creator/room-creator-page/room-creator-page.component.scss +++ b/src/app/components/creator/room-creator-page/room-creator-page.component.scss @@ -2,7 +2,7 @@ .mat-card { width: 800px; - background-color: mat-color($arsnova-warn, 100); + background-color: #fff8e1; //mat-color($arsnova-warn, 100); } mat-card-content > :first-child { -- GitLab