Merge pull request #3 from nairobilug/pygments-fix

Fix Pygments Double Border Effect
main
Alan Orth 2014-06-21 11:57:49 +03:00
commit 0fe59f9a1f
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