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