1
0
mirror of synced 2024-11-27 17:00:52 +01:00

Change text color from #727272 to #595959

As mentioned in Issue #1 this is the lightest color for gray text to pass WCAG

There are other places on the website where the contrast is not as good, but
these problems can be addressed later.
This commit is contained in:
Aleks-Daniel Jakimenko-Aleksejev 2016-04-19 02:52:42 +03:00
parent 5d6e9033b1
commit f52092242c

View File

@ -4,7 +4,7 @@ body {
background-color: #fff;
padding:50px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#727272;
color:#595959;
font-weight:400;
}