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
Alexander Iljin 2017-10-06 13:10:27 +03:00
parent 0f068423d1
commit 4b1e2b8af8
1 changed files with 1 additions and 1 deletions

View File

@ -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