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:
@@ -2,7 +2,7 @@ header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background: linear-gradient(350deg, var(--header-gradient-1), var(--header-gradient-2));
|
||||
background: linear-gradient(90deg, var(--header-gradient-1), var(--header-gradient-2));
|
||||
backdrop-filter: blur(10px);
|
||||
padding: var(--spacing-lg) var(--spacing-md);
|
||||
z-index: 1000;
|
||||
|
||||
Reference in New Issue
Block a user