diff --git a/web/app/pods/components/huegasm-app/template.hbs b/web/app/pods/components/huegasm-app/template.hbs
index 4895e54..8ae96f5 100644
--- a/web/app/pods/components/huegasm-app/template.hbs
+++ b/web/app/pods/components/huegasm-app/template.hbs
@@ -9,7 +9,7 @@
- Your lights meet your music.
+ Your lights meet your music
Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.
@@ -17,7 +17,7 @@
- Click START to get started with Huegasm.
+ Click START to get started using Huegasm.
{{paper-button raised=true primary=true warn=true onClick=(action "isReady") class="go-button center-block" label="START"}}
diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss
index e941bd1..d550768 100644
--- a/web/app/styles/app.scss
+++ b/web/app/styles/app.scss
@@ -103,6 +103,13 @@ div.ember-modal-dialog {
.video-icon {
position: absolute;
+ md-icon {
+ transition: all .1s linear;
+ color: rgba($blackish, 0.4) !important;
+ &:hover {
+ color: rgba($blackish, 0.7) !important;
+ }
+ }
}
@media(max-width:768px) {
diff --git a/web/app/styles/bridge-finder.scss b/web/app/styles/bridge-finder.scss
index 26a891f..562873e 100644
--- a/web/app/styles/bridge-finder.scss
+++ b/web/app/styles/bridge-finder.scss
@@ -21,7 +21,7 @@
#intro-paragraph {
margin-bottom: 20px;
- font-size: 20px;
+ font-size: 18px;
}
#bridge-finder, .ready-block {