diff --git a/README.md b/README.md index 23c930f9a1..5a370ad78b 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,5 @@ To run a specific JavaScript test, you'll need to copy the full command from `pa - [Working with static assets](docs/static-assets.md) - [JavaScript documentation](https://github.com/alphagov/notifications-manuals/wiki/JavaScript-Documentation) - [Updating dependencies](https://github.com/alphagov/notifications-manuals/wiki/Dependencies) + +#### diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index b1bc576156..e4010836d3 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -1,6 +1,6 @@ -$product-page-blue: #1D70B8; +$product-page-blue: #F54927; $product-page-underline-colour: rgb(govuk-colour("white"), 0.25); -// See https://github.com/alphagov/govuk-frontend/blob/v2.13.0/src/components/button/_button.scss#L24 +/// See https://github.com/alphagov/govuk-frontend/blob/v2.13.0/src/components/button/_button.scss#L24 $button-shadow-size: $govuk-border-width-form-element; .product-page {