commit | 9a97e5941f3d1751546d4da1825ad2c8bbdf034a | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Thu Jul 27 15:41:35 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 13:33:45 2017 -0500 |
tree | 5cb6dafda4082a41e59322a15a0a331379d08194 | |
parent | 98e3f8a6167902e2b4d81d3e425434825a249cad [diff] |
Colors darkened for better visual contrast to pass accessibility tests. Change-Id: Iedcaaf71a2ac48eb885ac92d9efee0623e949289 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss index 2ce17ee..b247a3f 100644 --- a/app/common/styles/components/form-elements.scss +++ b/app/common/styles/components/form-elements.scss
@@ -39,7 +39,7 @@ width: 100%; border: 1px solid $lightbg__grey; margin-top: -5px; - box-shadow: 0 4px 10px -2px $lightgrey; + box-shadow: 0 4px 10px -2px $darkgrey; li { list-style-type: none; }