change font color - "we're verifying your coverage"

This commit is contained in:
Kroell 2023-03-23 13:24:48 -04:00
parent e4dcb783b2
commit cd37127f19

View file

@ -146,10 +146,14 @@ export default {
height: calc(100% - 168px);
overflow-X: hidden !important;
}
ol {
margin-left: -1rem;
li {
margin-bottom: .5rem;
}
}
ol {
margin-left: -1rem;
li {
margin-bottom: .5rem;
}
}
#coverage-statement-text-block {
color: #000000;
}
</style>