diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index e58acb09d..d6894806d 100755
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -37,6 +37,7 @@
28. Custom style for stack logs
29. Custom style for wizard
30. Custom style for module description
+ 31. Custom style for navigation
-------------------------------------------------------------------*/
@@ -3691,4 +3692,18 @@ ul.messenger.messenger-fixed.messenger-on-top.custom-messenger-on-top {
height: 2px;
width: 100%;
background-color: #5c4ee5;
+}
+
+/*------------------------------------------------------------------
+ 31. Custom style for navigation
+-------------------------------------------------------------------*/
+
+.navigation .breadcrumb {
+ background: transparent;
+ padding: 0;
+ margin: 0;
+}
+
+.navigation .breadcrumb .breadcrumb-item.active {
+ color: #0971b8;
}
\ No newline at end of file
diff --git a/src/main/resources/templates/vue_templates/breadcrumb.vue b/src/main/resources/templates/vue_templates/breadcrumb.vue
new file mode 100644
index 000000000..1f3a44e6b
--- /dev/null
+++ b/src/main/resources/templates/vue_templates/breadcrumb.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
\ No newline at end of file