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
|
||||
$mainBrandColor: #2DA6B0;
|
||||
$secondBrandColor: #01959f;
|
||||
$thirdBrandColor: #E7F3F4;
|
||||
$mainBrandColor: #466BB0; //#2DA6B0;
|
||||
$secondBrandColor: #286AC7; //#01959f;
|
||||
$thirdBrandColor: #719FDD;
|
||||
$inverseBrandColor: #FFFFFF;
|
||||
|
||||
// Use as an accent color in small quantities to balance out the main theme.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// Background for nav and hero
|
||||
.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;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -199,7 +199,8 @@
|
|||
// Sticky Nav
|
||||
#sticky-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;
|
||||
width: 100%;
|
||||
z-index: 9000;
|
||||
|
|
Loading…
Reference in New Issue