Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ecl
ecl
Commits
da558a94
Commit
da558a94
authored
Apr 09, 2021
by
Marius Gerbershagen
Browse files
doc: css: use white background for images in dark mode
parent
cdeea489
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc/manual/ecl.css
View file @
da558a94
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment