new colors
This commit is contained in:
parent
0bed9a5fa7
commit
797bf28823
|
@ -14,7 +14,7 @@ $top-height: 55px
|
||||||
transition: background-color 200ms ease
|
transition: background-color 200ms ease
|
||||||
background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50%
|
background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50%
|
||||||
&:hover
|
&:hover
|
||||||
background : #eaeaea inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50%
|
background : $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50%
|
||||||
|
|
||||||
.burger
|
.burger
|
||||||
overflow: auto
|
overflow: auto
|
||||||
|
@ -37,13 +37,13 @@ $top-height: 55px
|
||||||
|
|
||||||
.topbar
|
.topbar
|
||||||
font-size: $font-size-m
|
font-size: $font-size-m
|
||||||
background-color: #eaebe7
|
background-color: #eff0ec
|
||||||
color: $grey1
|
color: $grey1
|
||||||
|
|
||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
color: $grey1
|
color: $grey1
|
||||||
border-bottom: solid 1px #eaebe7
|
border-bottom: solid 1px #eff0ec
|
||||||
|
|
||||||
@media #{$small-only}
|
@media #{$small-only}
|
||||||
.navigation
|
.navigation
|
||||||
|
@ -112,4 +112,4 @@ $top-height: 55px
|
||||||
right: 1rem
|
right: 1rem
|
||||||
display: block
|
display: block
|
||||||
z-index: 90
|
z-index: 90
|
||||||
background-color: #eaebe7
|
background-color: #eff0ec
|
||||||
|
|
Loading…
Reference in New Issue
Block a user