added header gradient, improved horizontal line

This commit is contained in:
ben7sys
2024-11-17 10:05:51 +01:00
parent 172b2d0784
commit 9fd7195c2d
3 changed files with 15 additions and 7 deletions

View File

@@ -6,14 +6,15 @@
--primary-gradient-3: #5743ed;
--primary-gradient-4: #784dd9;
--bg-main: #ffffff;
--bg-card: #f5f5f5;
--bg-main: #f8f8f8;
--bg-card: #f1f1f1;
--text: #333333;
--text-muted: #666666;
--header-gradient-1: rgba(220, 220, 220, 0.9);
--header-gradient-2: rgba(235, 235, 235, 0.9);
--header-gradient-1: rgba(237, 237, 237, 0.9);
--header-gradient-2: rgba(228, 228, 228, 0.9);
--border-color: rgba(58, 123, 224, 0.1);
--bg-hover-rgb: 207, 207, 207;
--bg-hover-rgb: 228, 228, 228;
--bg-hover-nav: 241, 241, 241;
}
[data-theme="dark"] {
@@ -24,6 +25,7 @@
--header-gradient-1: rgba(14, 14, 14, 0.9);
--header-gradient-2: rgba(41, 41, 41, 0.9);
--bg-hover-rgb: 17, 17, 17;
--bg-hover-nav: 20, 20, 20;
}
/* Common tokens */