diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 0b97e96b1..f63114408 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -34,6 +34,11 @@ $path: '/static/images/'; // Dependencies from GOV.UK Frontend, packaged to be specific to this application @import './govuk-frontend/all'; +// Custom overrides +.govuk-link { + font-weight: bold; +} + // Specific to this application @import 'local/typography'; @import 'grids'; diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 9268b37e3..6c554d515 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -46,7 +46,7 @@
Personalization is hidden after sending
{% endif %} {% endif %} - +