From f559dc2ef3184d2435d248fd3d9fb50d00be20e5 Mon Sep 17 00:00:00 2001
From: Alexander Rudolph <alexr30@web.de>
Date: Wed, 15 Dec 2021 17:59:10 +0100
Subject: [PATCH] underline navbar active element

---
 client/src/styles/app.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/client/src/styles/app.scss b/client/src/styles/app.scss
index d899566..a54e2e4 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
-- 
GitLab