slides: fix illegible code snippets on Windows
The transparency is not handled on Windows at the moment, and the text background was too dark. This lead to code snippets being completely consisting of a series of dark and light squares instead of text glyphs.factor-shell
parent
0f068423d1
commit
4b1e2b8af8
|
@ -27,7 +27,7 @@ CONSTANT: stylesheet
|
||||||
}
|
}
|
||||||
{ code-style
|
{ code-style
|
||||||
H{
|
H{
|
||||||
{ page-color T{ rgba f 0.4 0.4 0.4 0.3 } }
|
{ page-color T{ rgba f 0.9 0.9 0.9 1 } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{ snippet-style
|
{ snippet-style
|
||||||
|
|
Loading…
Reference in New Issue