Add class="mat-app-background" to body

merge-requests/3/merge
Nato Boram 2020-07-08 01:28:14 -04:00
parent 4144816f7c
commit 6e5438d8a4
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
1 changed files with 1 additions and 4 deletions

View File

@ -17,12 +17,9 @@
<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">
<!-- IPFS-CSS -->
<link href="assets/ipfs-css/ipfs.css" rel="stylesheet">
</head>
<body>
<body class="mat-app-background">
<app-root></app-root>
</body>