mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-27 06:51:44 -08:00
doc: css: use white background for images in dark mode
This commit is contained in:
parent
cdeea489cb
commit
da558a9480
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue