diff --git a/src/organisms/Alerts/Alert.tsx b/src/organisms/Alerts/Alert.tsx index 5368620f..c55a69ee 100644 --- a/src/organisms/Alerts/Alert.tsx +++ b/src/organisms/Alerts/Alert.tsx @@ -73,6 +73,14 @@ export function Alert({ '.linkButton': { fontSize: '16px', }, + a: { + fontWeight: '500', + color: vars('colors-main-deepSkyBlue'), + textDecoration: 'underline', + }, + 'a:hover': { + color: vars('colors-neutral-darkCharcoal'), + }, }} >