diff --git a/config/tech-docs.yml b/config/tech-docs.yml index cccc4d9..b775fe3 100644 --- a/config/tech-docs.yml +++ b/config/tech-docs.yml @@ -5,7 +5,7 @@ host: https://content-api.publishing.service.gov.uk show_govuk_logo: true service_name: Content API service_link: / -phase: Work In Progress +phase: Beta # Links to show on right-hand-side of header header_links: diff --git a/source/stylesheets/modules/_phase-banner.scss b/source/stylesheets/modules/_phase-banner.scss index 567d254..8bf7756 100644 --- a/source/stylesheets/modules/_phase-banner.scss +++ b/source/stylesheets/modules/_phase-banner.scss @@ -16,8 +16,8 @@ vertical-align: middle; @include screen { - // background: $beta-colour; - background: red; + background: $beta-colour; + // background: red; color: $white; } }