diff options
Diffstat (limited to 'Timeline/ClientApp/src/styles.css')
-rw-r--r-- | Timeline/ClientApp/src/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/styles.css b/Timeline/ClientApp/src/styles.css index 90d4ee00..7a81e04c 100644 --- a/Timeline/ClientApp/src/styles.css +++ b/Timeline/ClientApp/src/styles.css @@ -1 +1,6 @@ /* You can add global styles to this file, and also import other style files */ +@import "~@angular/material/prebuilt-themes/indigo-pink.css"; + +body { + margin: 0; +} |