diff --git a/public/css/styling.css b/public/css/styling.css
index de6df0b..c17de25 100755
--- a/public/css/styling.css
+++ b/public/css/styling.css
@@ -46,6 +46,10 @@ code, .monospace {
 	border-top: none;
 }
 
+.dropdown-item:focus, .dropdown-item:hover {
+	background-color: #e3e3e3;
+}
+
 #sub-menu a:hover {
 	text-decoration: underline;
 }
diff --git a/views/index.pug b/views/index.pug
index af69d2f..f8b9b61 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -24,7 +24,7 @@ block content
 				a(href="https://github.com/janoside/btc-rpc-explorer") project description
 				span  for a list of features and instructions for running.
 
-			div
+			div(style="height: 34px;")
 				a(class="github-button", href="https://github.com/janoside/btc-rpc-explorer", data-icon="octicon-star", data-size="large", data-show-count="true", aria-label="Star janoside/btc-rpc-explorer on GitHub", style="padding-right: 10px;") Star
 				
 				span