Make the docs better for people blessed with sight

Under certain conditions, language keywords for code examples were being
shown in the same color as the background. This...didn't work out well.
This commit is contained in:
Jeff Teunissen 2014-10-16 13:49:43 -04:00
parent 890c83ff6e
commit bdb221c1d7

View file

@ -276,17 +276,17 @@ img.footer {
/* @group Code Colorization */
span.keyword {
color: #262833;
color: white;
font-weight: bold;
}
span.keywordtype {
color: #262833;
color: #bec3d9;
font-weight: bold;
}
span.keywordflow {
color: #000000;
color: #bec3d9;
font-weight: bold;
}