From eaf441a274312f28927380c4efb54dbc3a1f3809 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 19 Oct 2023 15:41:09 +0100 Subject: [PATCH] Change error colour --- src/nationalarchives/variables/_colour.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nationalarchives/variables/_colour.scss b/src/nationalarchives/variables/_colour.scss index 4fdc4634..c5c95936 100644 --- a/src/nationalarchives/variables/_colour.scss +++ b/src/nationalarchives/variables/_colour.scss @@ -62,7 +62,7 @@ $colour-palette-default: ( "input-foreground": brand-colour("black"), "input-background": brand-colour("white"), "input-border": brand-colour("black"), - "form-error": brand-colour("pink"), + "form-error": #c00, "button-text": brand-colour("white"), "button-background": brand-colour("black"), "button-hover-text": brand-colour("black"),