Skip to content

Commit

Permalink
Merge pull request ampproject#286 from ampproject/fix-error-css
Browse files Browse the repository at this point in the history
Turn off red highlighting for error syntax (e.g. amp-form)
  • Loading branch information
pbakaus authored Jan 11, 2017
2 parents 4de320b + 162f59b commit caaeedf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/sass/_syntax_highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pre {
.highlight {
.hll { background-color: #ffffcc }
.c { color: #0099FF; font-style: italic } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; font-weight: bold } /* Keyword */
.o { color: #555555 } /* Operator */
.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
Expand Down

0 comments on commit caaeedf

Please sign in to comment.