-
Fox Fitt
+
Fox Fitt
Sign in to manage work & payroll
diff --git a/static/css/custom.css b/static/css/custom.css
index e19b888..121a2dd 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,5 +1,6 @@
:root {
--primary-color: #1e293b;
+ --primary-dark: #0f172a;
--accent-color: #10b981;
--bg-color: #f1f5f9;
--text-main: #334155;
@@ -22,13 +23,14 @@ h1, h2, h3, .heading-font {
}
.navbar {
+ background-color: var(--primary-dark);
position: sticky;
top: 0;
z-index: 1000;
}
.dashboard-header {
- background: linear-gradient(135deg, var(--primary-color) 0%, #334155 100%);
+ background: linear-gradient(135deg, var(--primary-color) 0%, var(--text-main) 100%);
color: var(--white);
padding: 4rem 2rem;
margin-bottom: -4rem;