Added a thin blue line using a separate header-line.css file
Maintained the existing header gradient and all other functionality No modifications to existing variables or hover effects
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
--bg-card: #f5f5f5;
|
||||
--text: #333333;
|
||||
--text-muted: #666666;
|
||||
--header-gradient-1: rgba(245, 245, 245, 0.9);
|
||||
--header-gradient-1: rgba(220, 220, 220, 0.9);
|
||||
--header-gradient-2: rgba(235, 235, 235, 0.9);
|
||||
--border-color: rgba(58, 123, 224, 0.1);
|
||||
--bg-hover-rgb: 207, 207, 207;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
@@ -22,6 +23,7 @@
|
||||
--text-muted: #888888;
|
||||
--header-gradient-1: rgba(14, 14, 14, 0.9);
|
||||
--header-gradient-2: rgba(41, 41, 41, 0.9);
|
||||
--bg-hover-rgb: 17, 17, 17;
|
||||
}
|
||||
|
||||
/* Common tokens */
|
||||
|
||||
Reference in New Issue
Block a user