diff --git a/guides/source/assets/stylesheets/components/_layout.scss b/guides/source/assets/stylesheets/components/_layout.scss index c8c00613960..ff0e703f39a 100644 --- a/guides/source/assets/stylesheets/components/_layout.scss +++ b/guides/source/assets/stylesheets/components/_layout.scss @@ -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){ diff --git a/guides/source/assets/stylesheets/components/_navigation.scss b/guides/source/assets/stylesheets/components/_navigation.scss index 66b1c5193c7..75ce1efa125 100644 --- a/guides/source/assets/stylesheets/components/_navigation.scss +++ b/guides/source/assets/stylesheets/components/_navigation.scss @@ -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;