diff --git a/css/main.css b/css/main.css
index a4e70cd..761ec83 100644
--- a/css/main.css
+++ b/css/main.css
@@ -66,6 +66,9 @@ header {
font-size: 0.9rem;
cursor: pointer;
}
+#title button:hover {
+ background-color: rgba(254, 254, 254, 0.25);
+}
/* ---- Navbar ----- */
.active {
color: #fff;font-weight:bold;
diff --git a/index.html b/index.html
index 8c5e6ec..c4e03ab 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@