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:
8
public/css/header-line.css
Normal file
8
public/css/header-line.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.header-horizontal-line {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--primary);
|
||||
}
|
||||
Reference in New Issue
Block a user