more theming...
This commit is contained in:
		@@ -2,15 +2,16 @@
 | 
				
			|||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
  <meta charset="utf-8">
 | 
					  <meta charset="utf-8">
 | 
				
			||||||
 | 
					  <meta name="viewport" content="width=device-width, user-scalable=no">
 | 
				
			||||||
 | 
					  <meta name="theme-color" content="#000000">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <title>Map Alliance</title>
 | 
					  <title>Map Alliance</title>
 | 
				
			||||||
  <base href="/">
 | 
					  <base href="/">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, user-scalable=no">
 | 
					 | 
				
			||||||
  <link rel="icon" type="image/x-icon" href="/assets/images/logo.png">
 | 
					  <link rel="icon" type="image/x-icon" href="/assets/images/logo.png">
 | 
				
			||||||
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
 | 
					  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" 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">
 | 
				
			||||||
  <link rel="manifest" href="manifest.webmanifest">
 | 
					  <link rel="manifest" href="manifest.webmanifest">
 | 
				
			||||||
  <meta name="theme-color" content="#1976d2">
 | 
					 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
  <app-root></app-root>
 | 
					  <app-root></app-root>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
  "name": "Map Alliance",
 | 
					  "name": "Map Alliance",
 | 
				
			||||||
  "short_name": "Map Alliance",
 | 
					  "short_name": "Map Alliance",
 | 
				
			||||||
  "theme_color": "#000000",
 | 
					  "theme_color": "#000000",
 | 
				
			||||||
  "background_color": "#000000",
 | 
					  "background_color": "#1976d2",
 | 
				
			||||||
  "display": "standalone",
 | 
					  "display": "standalone",
 | 
				
			||||||
  "scope": "/",
 | 
					  "scope": "/",
 | 
				
			||||||
  "start_url": "/",
 | 
					  "start_url": "/",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user