diff --git a/src/components/CommonUtil.vue b/src/components/CommonUtil.vue
index 709d2780864037e2372e443a3ea715cde48e0827..8162f245b984aeaf8aa314b937061090287bd4d6 100644
--- a/src/components/CommonUtil.vue
+++ b/src/components/CommonUtil.vue
@@ -113,8 +113,7 @@
       return "";
     },
 		setHeaderTitle: function (headerTitle) {
-      const title = "TEST " + headerTitle;
-			document.getElementById("appHeader").innerHTML = title.length > 15 ? title.substring(0, 15) + "..." : title;
+			document.getElementById("appHeader").innerHTML = headerTitle;
 		},
 		getSystemLocale: function() {
 			return "nb";
diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css
index 78520fde819939d3026a78baadaffb44bf81b910..3c3e42c08bf9990c861ce9f0b34e0c636bd8f71b 100644
--- a/static/css/vipsobsapp.css
+++ b/static/css/vipsobsapp.css
@@ -7,7 +7,7 @@ body {
 }
 
 .navbar {
-	background-color: red !important;
+  background-color: #3d8052 !important;
 }
 
 .offcanvas-collapse {