Change background of color blocks
This commit is contained in:
parent
afda3bd985
commit
cafecd00ae
@ -40,6 +40,9 @@ blockquote {
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
}
|
||||
pre {
|
||||
background-color: transparent;
|
||||
}
|
||||
hr.small {
|
||||
max-width: 100px;
|
||||
margin: 15px auto;
|
||||
|
@ -4,7 +4,7 @@
|
||||
http://sourcey.com
|
||||
*/
|
||||
|
||||
.highlight {
|
||||
pre {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
word-wrap: normal; /* horizontal scrolling */
|
||||
|
@ -2,7 +2,7 @@
|
||||
Monokai Pygments Theme
|
||||
*/
|
||||
|
||||
.highlight {
|
||||
pre {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
word-wrap: normal; /* horizontal scrolling */
|
||||
|
@ -2,7 +2,7 @@
|
||||
Tomorrow Pygments Theme
|
||||
*/
|
||||
|
||||
.highlight { background: #ffffff; color: #4d4d4c }
|
||||
pre { background: #ffffff; color: #4d4d4c }
|
||||
|
||||
.hll { background-color: #d6d6d6 }
|
||||
.c { color: #8e908c } /* Comment */
|
||||
|
@ -2,7 +2,7 @@
|
||||
Tomorrow Night Pygments Theme
|
||||
*/
|
||||
|
||||
.highlight { background: #1d1f21; color: #c5c8c6 }
|
||||
pre { background: #1d1f21; color: #c5c8c6 }
|
||||
|
||||
.hll { background-color: #373b41 }
|
||||
.c { color: #969896 } /* Comment */
|
||||
|
Loading…
Reference in New Issue
Block a user