Merge pull request #7718 from mgeier/respect-pygments-background

CSS: Respect Pygments background color
This commit is contained in:
Takeshi KOMIYA 2020-06-05 02:39:57 +09:00 committed by GitHub
commit 6a4d2daaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 17 deletions

View File

@ -207,7 +207,6 @@ div.document .section:first-child {
div.document div.highlight {
padding: 3px;
background-color: #eeeeec;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
margin-top: .8em;

View File

@ -319,7 +319,6 @@ pre {
border-width: thin;
margin: 0 0 12px 0;
padding: 0.8em;
background-color: #f0f0f0;
}
hr {

View File

@ -184,10 +184,6 @@ div.admonition p.admonition-title + p {
display: inline;
}
div.highlight{
background-color: white;
}
div.note {
background-color: #eee;
border: 1px solid #ccc;
@ -217,8 +213,6 @@ p.admonition-title:after {
pre {
padding: 10px;
background-color: White;
color: #222;
line-height: 1.2em;
border: 1px solid #C6C9CB;
font-size: 1.1em;

View File

@ -229,10 +229,6 @@ div.admonition {
padding: 10px 20px 10px 60px;
}
div.highlight{
background-color: white;
}
div.note {
border: 2px solid #7a9eec;
border-right-style: none;
@ -286,8 +282,6 @@ p.admonition-title:after {
pre {
padding: 10px;
background-color: #fafafa;
color: #222;
line-height: 1.2em;
border: 2px solid #C6C9CB;
font-size: 1.1em;

View File

@ -188,7 +188,7 @@ a:hover {
}
pre {
background: #ededed url(metal.png);
background-image: url(metal.png);
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;

View File

@ -247,7 +247,6 @@ pre {
line-height: 120%;
padding: 0.5em;
border: 1px solid #ccc;
background-color: #f8f8f8;
}
pre a {

View File

@ -632,7 +632,6 @@ th {
pre {
font-family: monospace;
padding: 5px;
color: #00008b;
border-left: none;
border-right: none;
}