From 618383bc4d284ac47ac4c64a96e1b50cb7668a56 Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Wed, 28 Sep 2022 14:04:18 -0500 Subject: [PATCH] Fix pa11y contrast error --- .../assets/sass/_theme/_uswds-theme-custom-styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 74ad72cad..c176ed937 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -22,7 +22,7 @@ i.e. @use "uswds-core" as *; -// Test custom style -p { - color: color('blue-10v'); -} +// Test custom style (except this has not enough contrast) +//p { +// color: color('blue-10v'); +//}