mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
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:
parent
890c83ff6e
commit
bdb221c1d7
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue