diff --git a/static/css/syntax.css b/static/css/syntax.css index 41c6633..7bd6b16 100644 --- a/static/css/syntax.css +++ b/static/css/syntax.css @@ -1,7 +1,7 @@ /* Background */ .bg { color: #f8f8f2; background-color: #272822; } /* PreWrapper */ .chroma { color: #f8f8f2; background-color: #272822; } /* Other */ .chroma .x { } -/* Error */ .chroma .err { color: #960050; background-color: #1e0010 } +/* Error */ .chroma .err { } /* CodeLine */ .chroma .cl { } /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }