diff --git a/css/app.css b/css/app.css
index efe6f92..1f14926 100644
--- a/css/app.css
+++ b/css/app.css
@@ -26,7 +26,7 @@ label { display: block; overflow: hidden; }
.loggerSubmit {
padding: 20px;
width: 100%;
- background: #009688;
+ background: #184f2c;
border: 0;
color: #fff;
font-size: 15px;
@@ -50,7 +50,7 @@ label { display: block; overflow: hidden; }
}
.progress {
width: 0%;
- background: #009688;
+ background: #184f2c;
height: 100%;
transition: .2s width ease-out;
max-width: 100%;
diff --git a/index.html b/index.html
index 3f1706a..eee48e7 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@