diff --git themes/seven/style.css themes/seven/style.css
index 1c091c1..e50901a 100644
--- themes/seven/style.css
+++ themes/seven/style.css
@@ -17,6 +17,10 @@ a {
   text-decoration: none;
 }
 
+a:hover {
+  text-decoration: underline;
+}
+
 div.box, p {
   margin: 0 0 20px;
 }
