{t('alreadyHaveAnAccount')}
diff --git a/sites/shared/i18n/signup/en.yaml b/sites/shared/i18n/signup/en.yaml
index caf1244e172..76600d34f6e 100644
--- a/sites/shared/i18n/signup/en.yaml
+++ b/sites/shared/i18n/signup/en.yaml
@@ -31,3 +31,4 @@ welcomeMigrateName: Welcome to FreeSewing v3 {name}. Please note that this is st
v3UserAlreadyExists: Cannot migrate over an existing v3 account. Perhaps just sign in instead?
tryAgain: Try again
noWorkie: Unable to migrate this account. Typically that means your credentials are invalid.
+signUpWithProvider: Sign up with {provider}
diff --git a/sites/shared/themes/dark.mjs b/sites/shared/themes/dark.mjs
index c4f5f360280..4a751f57c7e 100644
--- a/sites/shared/themes/dark.mjs
+++ b/sites/shared/themes/dark.mjs
@@ -23,7 +23,7 @@ export const theme = {
accent: colors.fuchsia['400'],
'accent-focus': colors.fuchsia['300'],
- 'accent-content': colors.fuchsia['900'],
+ 'accent-content': colors.neutral['900'],
neutral: colors.neutral['900'],
'neutral-focus': colors.neutral['700'],