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