Skip to content

Commit cb151d0

Browse files
author
Shriram Rajagopalan
committed
istio blue
1 parent eb2c876 commit cb151d0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

_sass/base/_colors.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Brand Colors
2-
$mainBrandColor: #2DA6B0;
3-
$secondBrandColor: #01959f;
4-
$thirdBrandColor: #E7F3F4;
2+
$mainBrandColor: #466BB0; //#2DA6B0;
3+
$secondBrandColor: #286AC7; //#01959f;
4+
$thirdBrandColor: #719FDD;
55
$inverseBrandColor: #FFFFFF;
66

77
// Use as an accent color in small quantities to balance out the main theme.

_sass/modules/_hero.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Background for nav and hero
22
.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;
45
z-index: 9010;
56
position: relative;
67
}

_sass/modules/_nav.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@
199199
// Sticky Nav
200200
#sticky-nav{
201201
@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;
203204
position: fixed;
204205
width: 100%;
205206
z-index: 9000;

0 commit comments

Comments
 (0)