Fix pa11y contrast error

This commit is contained in:
Neil Martinsen-Burrell 2022-09-28 14:04:18 -05:00
parent cf10611bcf
commit 618383bc4d
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

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