diff --git a/static/css/main.css b/static/css/main.css
index e53a1d0..bd5ca4c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -719,3 +719,16 @@ html[dir="rtl"] .me-auto { margin-right: 0 !important; margin-left: auto !import
padding: 1.5rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
+
+
+ /* Breadcrumb Styling */
+ .breadcrumb {
+ background-color: transparent;
+ padding: 0;
+ margin-bottom: 1rem;
+ }
+
+ .breadcrumb-item + .breadcrumb-item::before {
+ content: ">";
+ color: var(--kaauh-teal);
+ }
diff --git a/templates/jobs/job_list.html b/templates/jobs/job_list.html
index 520b6f7..fa68170 100644
--- a/templates/jobs/job_list.html
+++ b/templates/jobs/job_list.html
@@ -213,7 +213,7 @@
{% trans "Job Postings" %}
-
+
{% trans "Create New Job" %}
diff --git a/templates/people/person_detail.html b/templates/people/person_detail.html
index 61146a6..5776575 100644
--- a/templates/people/person_detail.html
+++ b/templates/people/person_detail.html
@@ -143,18 +143,7 @@
border-radius: 0.25rem;
}
- /* Breadcrumb Styling */
- .breadcrumb {
- background-color: transparent;
- padding: 0;
- margin-bottom: 1rem;
- }
-
- .breadcrumb-item + .breadcrumb-item::before {
- content: ">";
- color: var(--kaauh-teal);
- }
-
+
/* Empty State Styling */
.empty-state {
text-align: center;
@@ -215,7 +204,7 @@