diff --git a/index.html b/index.html
index 050ee1d..097637c 100644
--- a/index.html
+++ b/index.html
@@ -68,6 +68,10 @@
text-decoration: underline dotted;
}
+ .click:hover {
+ text-decoration: underline solid;
+ }
+
div.buttons {
display: flex;
justify-content: center;