diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index bfc18cee0..e55d83f12 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -257,6 +257,7 @@ a { } .close-button { + color: $text; top: $line-height/2; } diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 54a1cb1a1..3284aa93b 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -257,7 +257,7 @@ $epigraph-line-height: rem-calc(22); .debate-type { text-transform: uppercase; - color: #178DCC; + color: $brand; font-weight: 700; font-size: $small-font-size; @@ -308,7 +308,6 @@ $epigraph-line-height: rem-calc(22); .quiz-header-title { margin-bottom: 0; text-transform: uppercase; - color: #979B9F; font-weight: 700; font-size: $small-font-size; }