File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Brand Colors
2
- $mainBrandColor : #2DA6B0 ;
3
- $secondBrandColor : #01959f ;
4
- $thirdBrandColor : #E7F3F4 ;
2
+ $mainBrandColor : #466BB0 ; // # 2DA6B0;
3
+ $secondBrandColor : #286AC7 ; // # 01959f;
4
+ $thirdBrandColor : #719FDD ;
5
5
$inverseBrandColor : #FFFFFF ;
6
6
7
7
// Use as an accent color in small quantities to balance out the main theme.
Original file line number Diff line number Diff line change 1
1
// Background for nav and hero
2
2
.nav-hero-container {
3
- background : url (' ../img/hero-bg.png' ) no-repeat center / cover ;
3
+ // background: url('../img/hero-bg.png') no-repeat center/cover;
4
+ background : $mainBrandColor no-repeat center / cover ;
4
5
z-index : 9010 ;
5
6
position : relative ;
6
7
}
Original file line number Diff line number Diff line change 199
199
// Sticky Nav
200
200
#sticky-nav {
201
201
@extend #common- nav;
202
- background : url (' ../img/hero-bg.png' ) no-repeat center / cover ;
202
+ // background: url('../img/hero-bg.png') no-repeat center/cover;
203
+ background : $mainBrandColor no-repeat center / cover ;
203
204
position : fixed ;
204
205
width : 100% ;
205
206
z-index : 9000 ;
You can’t perform that action at this time.
0 commit comments