diff sat_templates/templates/default/static/highlight.css @ 345:9cf56f9a1537

css (highlight): use red and no border for errors
author Goffi <goffi@goffi.org>
date Thu, 21 Oct 2021 17:20:10 +0200
parents e9f0a4215e46
children
line wrap: on
line diff
--- a/sat_templates/templates/default/static/highlight.css	Thu Oct 21 17:19:39 2021 +0200
+++ b/sat_templates/templates/default/static/highlight.css	Thu Oct 21 17:20:10 2021 +0200
@@ -8,7 +8,7 @@
 .highlight .hll { background-color: #ffffcc }
 .highlight  { background: #f8f8f8; }
 .highlight .c { color: #408080; font-style: italic } /* Comment */
-.highlight .err { border: 1px solid #FF0000 } /* Error */
+.highlight .err { color: #9d0c0c } /* Error */
 .highlight .k { color: #008000; font-weight: bold } /* Keyword */
 .highlight .o { color: #666666 } /* Operator */
 .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */