From 5e65032e37e4aa7fd3f9579c6d1e24cd25bffc3e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 16 Oct 2023 17:58:38 -0500 Subject: [PATCH] subdue harsh error markup --- static/css/syntax.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }