Skip to content

Commit

Permalink
fix diff syntax-highlighting (#6388)
Browse files Browse the repository at this point in the history
Merge pull request 6388
  • Loading branch information
ashmaroli authored and jekyllbot committed Sep 27, 2017
1 parent 528c03c commit 7d36527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_sass/_pygments.scss
Expand Up @@ -13,11 +13,11 @@
.cp { color: #cd5c5c} /* Comment.Preproc */
.c1 { color: #87ceeb} /* Comment.Single */
.cs { color: #87ceeb} /* Comment.Special */
.gd { color: #0000c0; font-weight: bold; background-color: #008080 } /* Generic.Deleted */
.gd { color: #ce342c} /* Generic.Deleted */
.ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */
.gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */
.gh { color: #cd5c5c} /* Generic.Heading */
.gi { color: #ffffff; background-color: #0000c0 } /* Generic.Inserted */
.gi { color: #27b42c} /* Generic.Inserted */
span.go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */
.gp { color: #ffffff} /* Generic.Prompt */
.gs { color: #ffffff} /* Generic.Strong */
Expand Down

0 comments on commit 7d36527

Please sign in to comment.