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:

committed by
Miško Hevery

parent
8ce288a852
commit
1315d23aa4
@ -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;
|
||||
|
@ -30,6 +30,6 @@ button:disabled {
|
||||
cursor: auto;
|
||||
}
|
||||
button.clear {
|
||||
color: #888;
|
||||
color: #333;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user