diff --git a/components/alert/assets/Alert.scss b/components/alert/assets/Alert.scss
index 4b52863f..d5ce8781 100644
--- a/components/alert/assets/Alert.scss
+++ b/components/alert/assets/Alert.scss
@@ -28,4 +28,8 @@
@include govuk-font(24, 'bold');
@include govuk-responsive-margin(3, "bottom");
}
+
+ a{
+ font-weight: bold;
+ }
}
diff --git a/components/alert/spec/Alert.stories.mdx b/components/alert/spec/Alert.stories.mdx
index 82e4f330..711ba075 100644
--- a/components/alert/spec/Alert.stories.mdx
+++ b/components/alert/spec/Alert.stories.mdx
@@ -52,7 +52,7 @@ Use the green version of the alert to confirm that something they’re expecting
- We've sent details to test-email@test-corp.co.uk
Download confirmation
+ We've sent details to test-email@test-corp.co.uk
Download confirmation
@@ -64,7 +64,7 @@ Use the red version of the alert to confirm that something has gone wrong.
- Please try again or contact our support team for assistance.
+ Please try again or contact our support team for assistance.