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'); +//}