diff --git a/src/main/resources/static/css/dark/style.css b/src/main/resources/static/css/dark/style.css
index 5839a347ffc4c40ee1d7963003d7f8b472e2f5da..44a4b14484318154ae6e918822807f2ddbb767fa 100644
--- a/src/main/resources/static/css/dark/style.css
+++ b/src/main/resources/static/css/dark/style.css
@@ -649,6 +649,10 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
     margin-right: 15px;
 }
 
+.whatsNewLink:hover {
+    cursor: pointer;
+}
+
 .invisible {
     opacity: 0;
 }
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index c4a3846912b07643054bff8760fdc73d4463b3fa..ca7ed7049cca5e3b30899643b15eba92d5b74eef 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -564,6 +564,10 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
     margin-right: 15px;
 }
 
+.whatsNewLink:hover {
+    cursor: pointer;
+}
+
 .invisible {
     opacity: 0;
 }