Mercurial > p > roundup > code
comparison website/issues/html/style.css @ 6235:88e0a54aa83c
Usability changes
Increase darkenss of footer. Insufficient contrast using lightgrey,
change to grey which is still subdued compared to black but has more
contrast against white background.
Add aria-labels to search/jumpto fields whose labels are contained in
the buttons that submit the form.
Add aria-label to password field.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 24 Jul 2020 15:45:17 -0400 |
| parents | 4be81616e38a |
| children | d7f2dfad17c1 |
comparison
equal
deleted
inserted
replaced
| 6234:dd81e0beafdb | 6235:88e0a54aa83c |
|---|---|
| 97 | 97 |
| 98 .footer | 98 .footer |
| 99 { | 99 { |
| 100 font-size: small; | 100 font-size: small; |
| 101 text-align: center; | 101 text-align: center; |
| 102 color: lightgrey; | 102 color: grey; |
| 103 } | 103 } |
| 104 | 104 |
| 105 .content | 105 .content |
| 106 { | 106 { |
| 107 padding: 1em; | 107 padding: 1em; |
