docs: increase color contrast on elements in tutorial

This increases the color contrast of elements in the tutorial (parts 1-6)
in order to meet WCAG 2.0 AA standards.
This commit is contained in:
Michael Head
2019-04-05 14:43:29 -04:00
committed by Miško Hevery
parent 8ce288a852
commit 1315d23aa4
15 changed files with 17 additions and 19 deletions

View File

@ -37,7 +37,7 @@
font-size: small;
color: white;
padding: 0.8em 0.7em 0 0.7em;
background-color: #607D8B;
background-color:#405061;
line-height: 1em;
position: relative;
left: -1px;

View File

@ -30,6 +30,6 @@ button:disabled {
cursor: auto;
}
button.clear {
color: #888;
color: #333;
margin-bottom: 12px;
}