diff --git a/src/doc/manual/ecl.css b/src/doc/manual/ecl.css index 7e9bd73a0..b862fe1e5 100644 --- a/src/doc/manual/ecl.css +++ b/src/doc/manual/ecl.css @@ -19,6 +19,8 @@ pre.programlisting { background: #2A2A2A; border-left: 1px solid lightgray; border-top: 1px solid lightgray; } + /* we need a light background in order for the images to be readable */ + img { background: white } } @media (prefers-color-scheme: light) { /* light theme */