Files
old-docs/_static/custom.css
2023-12-30 22:30:42 +01:00

21 lines
726 B
CSS

/* Copyright (C) 2023 Jeremie Salvi.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License". */
.rst-content pre.literal-block, .rst-content div[class^="highlight"] {
background: #282c34;
color: #abb2bf;
border: 1px solid #333842;
}
.rst-content div.highlight span.linenos {
border-right: 1px solid #333842;
}
.rst-content div[class^="highlight"] pre .hll {
background-color: #13533b;
}