Fix app background

This commit is contained in:
Phillip Kühne 2020-03-26 02:45:26 +01:00
parent 27f15713cf
commit 085f4dae96

View File

@ -9,7 +9,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head> </head>
<body class="mat-typography"> <body class="mat-typography mat-app-background">
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>