Fix pygments double border effect

main
Raymond Wanyoike 2014-06-16 19:35:40 +03:00
parent e9c06d6e7b
commit a5bb85f98e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ cyan #2aa198 strings, numbers
green #859900 operators, other keywords
*/
.highlight { background-color: #002b36; color: #93a1a1 }
.highlight > pre { background-color: #002b36; color: #93a1a1 }
.highlight .c { color: #586e75 } /* Comment */
.highlight .err { color: #93a1a1 } /* Error */
.highlight .g { color: #93a1a1 } /* Generic */

File diff suppressed because one or more lines are too long