diff --git a/ground/views/layout.php b/ground/views/layout.php
index 548ca71..7821282 100644
--- a/ground/views/layout.php
+++ b/ground/views/layout.php
@@ -27,7 +27,7 @@
= isset($content) && !empty($content) ? $content : 'No content =(' ?>
diff --git a/public/css/style.css b/public/css/style.css
index 82c49c2..9215c20 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -15,6 +15,8 @@ div.infoCard h3 {text-align: center; margin-top: 0;}
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0; cursor: pointer;}
div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;}
div.header h1 {display: inline; color: #333; cursor: default;}
+div.header a:hover {text-decoration: none;}
+div.header a:hover h1 {cursor: pointer;}
div.add {cursor: pointer;}
.form-group .error {display: none;}