mirror of https://github.com/istio/istio.io.git
istio blue
This commit is contained in:
parent
eb2c876332
commit
cb151d0713
|
@ -1,7 +1,7 @@
|
||||||
// Brand Colors
|
// Brand Colors
|
||||||
$mainBrandColor: #2DA6B0;
|
$mainBrandColor: #466BB0; //#2DA6B0;
|
||||||
$secondBrandColor: #01959f;
|
$secondBrandColor: #286AC7; //#01959f;
|
||||||
$thirdBrandColor: #E7F3F4;
|
$thirdBrandColor: #719FDD;
|
||||||
$inverseBrandColor: #FFFFFF;
|
$inverseBrandColor: #FFFFFF;
|
||||||
|
|
||||||
// Use as an accent color in small quantities to balance out the main theme.
|
// Use as an accent color in small quantities to balance out the main theme.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Background for nav and hero
|
// Background for nav and hero
|
||||||
.nav-hero-container {
|
.nav-hero-container {
|
||||||
background: url('../img/hero-bg.png') no-repeat center/cover;
|
//background: url('../img/hero-bg.png') no-repeat center/cover;
|
||||||
|
background: $mainBrandColor no-repeat center/cover;
|
||||||
z-index: 9010;
|
z-index: 9010;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -199,7 +199,8 @@
|
||||||
// Sticky Nav
|
// Sticky Nav
|
||||||
#sticky-nav{
|
#sticky-nav{
|
||||||
@extend #common-nav;
|
@extend #common-nav;
|
||||||
background: url('../img/hero-bg.png') no-repeat center/cover;
|
//background: url('../img/hero-bg.png') no-repeat center/cover;
|
||||||
|
background: $mainBrandColor no-repeat center/cover;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 9000;
|
z-index: 9000;
|
||||||
|
|
Loading…
Reference in New Issue