diff --git a/client/src/styles/app.scss b/client/src/styles/app.scss
index d8995666ce2845c7f39e94192e371b3e1a0c4db9..a54e2e4e5ec50fa82af587398ad8f3cebcf8101d 100644
--- a/client/src/styles/app.scss
+++ b/client/src/styles/app.scss
@@ -11,4 +11,8 @@ $body-color: $secondary;
 .mb-2.required .form-label:after {
   content: "*";
   color: red;
+}
+
+.nav-link.active {
+  text-decoration: underline;
 }
\ No newline at end of file