Maintained the existing header gradient and all other functionality No modifications to existing variables or hover effects
9 lines
152 B
CSS
9 lines
152 B
CSS
.header-horizontal-line {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: var(--primary);
|
|
}
|