diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 61c438ef1..fae431c76 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -501,7 +501,8 @@ a { // 02. Header // ---------- -header { +body > header, +.wrapper > header { background: $brand; border-bottom: 1px solid $border; margin-bottom: $line-height; diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 0b557a869..792c19c1c 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -996,12 +996,6 @@ @include grid-row; margin-top: $line-height * 1.5; padding: 0 rem-calc(16); - - > header { - background: none; - border: 0; - margin: 0; - } } h4,