From 3e12442c53c75a1433ac1dc0db68c574253b97c1 Mon Sep 17 00:00:00 2001 From: aleylara Date: Tue, 2 Mar 2021 15:19:27 +1100 Subject: removed err class --- Peli-Kiera/static/css/pygment.css | 1 - 1 file changed, 1 deletion(-) (limited to 'Peli-Kiera/static/css') diff --git a/Peli-Kiera/static/css/pygment.css b/Peli-Kiera/static/css/pygment.css index 254c455..67a9cb9 100644 --- a/Peli-Kiera/static/css/pygment.css +++ b/Peli-Kiera/static/css/pygment.css @@ -1,7 +1,6 @@ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #8f5902; font-style: italic } /* Comment */ -.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ .highlight .g { color: #000000 } /* Generic */ .highlight .k { color: #204a87; font-weight: normal } /* Keyword */ .highlight .l { color: #000000 } /* Literal */ -- cgit