diff --git a/build.gradle b/build.gradle
index 3e3a940..e812a00 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,13 +17,7 @@ apply plugin: 'eclipse-wtp'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'io.spring.dependency-management'
-apply plugin: 'war'
-
-war {
- baseName = 'server'
- version = '0.0.1-SNAPSHOT'
-}
sourceCompatibility = 1.8
targetCompatibility = 1.8
diff --git a/webapp/app/index.html b/webapp/app/index.html
index 4441e00..15c5a0a 100644
--- a/webapp/app/index.html
+++ b/webapp/app/index.html
@@ -20,13 +20,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-
+
-
+
diff --git a/webapp/app/manifest.json b/webapp/app/manifest.json
index c7e4771..9ce7804 100644
--- a/webapp/app/manifest.json
+++ b/webapp/app/manifest.json
@@ -23,7 +23,7 @@
"type": "image/png"
}],
"start_url": "/?homescreen=1",
- "background_color": "#3E4EB8",
+ "background_color": "#FFC107",
"display": "standalone",
- "theme_color": "#2E3AA1"
+ "theme_color": "#FFA000"
}