1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00

Correct background colour for code elements in the manual.

This commit is contained in:
Gareth Rees 2020-08-25 12:06:44 +01:00
parent 889f6e893c
commit bc76d7ec43

View file

@ -152,7 +152,7 @@ pre, tt, code, a.mpstag {
font-size: 100%;
}
.note tt, .warning tt, tt {
tt, code {
background: transparent;
}
@ -220,6 +220,14 @@ li.toctree-l1, li.toctree-l2, li.toctree-l3 {
padding-top: 0 !important;
}
/* Override background-color for code elements. */
.sphinxsidebar code {
background-color: {{ theme_sidebarbgcolor }};
}
.note code, .admonition code {
background-color: {{ theme_codebgcolor }};
}
/* Format the glossary index in two columns. */
div#memory-management-glossary div#all {