From 9b1e84821e47019b090e93e2305ab2549236bdd4 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Wed, 19 Feb 2020 02:43:58 -0500 Subject: [PATCH] moved theme to internal file --- src/index.html | 1 - src/styles.css | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 5296259f..dcab2f65 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,6 @@ - diff --git a/src/styles.css b/src/styles.css index 90d4ee00..f35bcde0 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1 +1,3 @@ /* You can add global styles to this file, and also import other style files */ + +@import '@angular/material/prebuilt-themes/indigo-pink.css';