From e1e6b0f738cc6ddb6991789e84b9cffc4f1f73a3 Mon Sep 17 00:00:00 2001 From: Barb Paduch Date: Tue, 10 Jan 2017 15:57:17 -0500 Subject: [PATCH] Turn off red highlighting for error syntax (e.g. amp-form) --- assets/sass/_syntax_highlighting.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/sass/_syntax_highlighting.scss b/assets/sass/_syntax_highlighting.scss index fce8289f107..88e62ad8c84 100644 --- a/assets/sass/_syntax_highlighting.scss +++ b/assets/sass/_syntax_highlighting.scss @@ -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 */