Skip to content

Commit

Permalink
Added logo change for blog site (#16514)
Browse files Browse the repository at this point in the history
* Added logo change for blog site

Currently on blog site logo is not being changed when a page is scrolled down and therefore disappears. This fixes it

* Update _base.sass

changed email for CLA
  • Loading branch information
David Zisky authored and k8s-ci-robot committed Sep 27, 2019
1 parent c40ea2b commit a42d7b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ header
background-size: contain
background-position: center center
background-repeat: no-repeat


#blog
&.flip-nav, &.open-nav
.logo
background-image: url(../images/nav_logo2.svg)

// Blog post tables
.blog-content
Expand Down

0 comments on commit a42d7b9

Please sign in to comment.