Change background of color blocks

This commit is contained in:
gilsondev 2014-12-10 16:36:33 -02:00
parent afda3bd985
commit cafecd00ae
5 changed files with 7 additions and 4 deletions

View File

@ -40,6 +40,9 @@ blockquote {
color: #808080;
font-style: italic;
}
pre {
background-color: transparent;
}
hr.small {
max-width: 100px;
margin: 15px auto;

View File

@ -4,7 +4,7 @@
http://sourcey.com
*/
.highlight {
pre {
white-space: pre;
overflow: auto;
word-wrap: normal; /* horizontal scrolling */

View File

@ -2,7 +2,7 @@
Monokai Pygments Theme
*/
.highlight {
pre {
white-space: pre;
overflow: auto;
word-wrap: normal; /* horizontal scrolling */

View File

@ -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 */

View File

@ -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 */