Skip to content

Commit

Permalink
[Guide] Use a flat color as header background
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Nov 22, 2019
1 parent 3ed4a7d commit 4055a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/source/assets/stylesheets/components/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body{

//Site header
.site-header{
background-image: linear-gradient(to top, #716ff9, #3c76f0);
background: #3c76f0;
transition: transform .3s ease-in-out;

@include media-breakpoint-down(md){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
@include media-breakpoint-up(xl){ padding-right: 50px; }

.navbar-header{
background-image: linear-gradient(to top, #716ff9, #3c76f0);
background: #3c76f0;
padding: 20px 25px;
margin: 0 0 27px;
overflow: hidden;
Expand Down

0 comments on commit 4055a37

Please sign in to comment.