Skip to content

Commit

Permalink
Bug #8, Accessibility fixes - colour contrast [iet:10308781][ci skip]
Browse files Browse the repository at this point in the history
* `pa11y-ci` testing
  • Loading branch information
nfreear committed Mar 6, 2018
1 parent 30daf68 commit 11329cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Developed for the [TeSLA project][].
[composer]: https://getcomposer.org/
[npm]: https://npmjs.com/
[iet]: https://iet.open.ac.uk/
[ou]: http://www.open.ac.uk/
[ou]: http://www.open.ac.uk/ "Copyright © 2017-2018 The Open Univensity (IET)."
[CHANGELOG]: https://github.com/IET-OU/moodle-auth_ouopenid/blob/master/CHANGELOG.md
[travis]: https://travis-ci.org/IET-OU/moodle-auth_ouopenid
[travis-icon]: https://api.travis-ci.org/IET-OU/moodle-auth_ouopenid.svg
Expand Down
9 changes: 9 additions & 0 deletions style/ouop-styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

body {
background-color: #f9f9f9;

// Accessibility: colour contrast [a11y].
a {
color: #0080a7; // #00acdf;
}

.sr-only {
background: #fff;
}
}

.alert {
Expand Down

0 comments on commit 11329cd

Please sign in to comment.