diff --git a/styles.css b/styles.css
index c13c728bda00b78525ed6ab3d8310210097a3635..3f6da64a3480c8b8d629fbf45dcc092000c256d1 100644
--- a/styles.css
+++ b/styles.css
@@ -204,13 +204,15 @@ ul.nav.navbar-nav.ml-auto {
     
     /* line-height: 0.9rem; */
     margin: 0;
+    transition: 0.3s;
 }
 .nb_pers a {
 	color: white;
 }
-.nb_pers a:hover {
+.nb_pers:hover {
 	text-decoration: unset;
 	color: white;
+    background: #02746C;
 }
 
 .right_info {
diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache
index f9de5bb572732c62746f66c7585737412240ed87..8c52d74104acbcb814fbea4fa6323b99daa90275 100644
--- a/templates/courseformat/content.mustache
+++ b/templates/courseformat/content.mustache
@@ -158,6 +158,7 @@
         }
     }
 }}
+
 <div id="{{uniqid}}-course-format">
     <h2 class="accesshide">{{{title}}}</h2>
     {{{completionhelp}}}