Skip to content

Commit 9efc761

Browse files
committed
gray
1 parent c5b4530 commit 9efc761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/shared/components/nav-bar/nav-bar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $nav-break-height-sm: 746px;
1111
padding-top: 160px;
1212
z-index: $nav-z-index;
1313
width: $nav-width;
14-
background: linear-gradient(to bottom, #0C3C5A, #004C67, #0f4965, #156883, #1f96ac);
14+
background: linear-gradient(to bottom, #333, #444, #555, #666, #999);
1515
box-shadow: inset -2px 0 4px 0 rgba(0,0,0,0.59);
1616

1717
&__logo {
@@ -41,7 +41,7 @@ $nav-break-height-sm: 746px;
4141
}
4242

4343
&:not(:hover):not(.active) i {
44-
background: -webkit-gradient(linear, left top, left bottom, from(#4ecbe8), to(#8cd58b));
44+
background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
4545
-webkit-background-clip: text;
4646
-webkit-text-fill-color: transparent;
4747
}

0 commit comments

Comments
 (0)