fix diff syntax-highlighting (#6388)

Merge pull request 6388
This commit is contained in:
ashmaroli 2017-09-27 14:49:52 +05:30 committed by jekyllbot
parent 528c03c22f
commit 7d36527dfc
1 changed files with 2 additions and 2 deletions

View File

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