Closed thisispaul closed 7 years ago
I just been reading your docs and found it quite difficult to read some things.
You have some colour contrast issues which make your example code difficult to read (you can check them here http://webaim.org/resources/contrastchecker/).
I have listed the worst offenders below, there are some others but these three examples are very difficult to read.
.row, .quarter, .half foreground: #bb0066 background: #434243 contrast: 1.57:1
:first-child foreground: #555555 background: #434243 contrast: 1.34:1
width, height foreground: #336699 background: #434243 contrast: 1.67:1
See latest pull request.
@japick Thanks for tackling this!
I just been reading your docs and found it quite difficult to read some things.
You have some colour contrast issues which make your example code difficult to read (you can check them here http://webaim.org/resources/contrastchecker/).
I have listed the worst offenders below, there are some others but these three examples are very difficult to read.