summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-10-15 23:38:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-10-16 22:12:32 +0200
commit36f0185d8c950933099268c69081cabc084545c9 (patch)
treeddfdc602a15080d2de464aa670a9715f33294da4 /data
parent143d920cb703d47bd8606ba2497241fce7d06a27 (diff)
Fall back to plain text if lexer is unknown/broken
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/paste.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css
index c8f165a75..925f432d4 100644
--- a/data/paste.css
+++ b/data/paste.css
@@ -83,6 +83,12 @@ a.no {
a.raw_link {
color: lightblue;
}
+
+.error {
+ padding: 10px 20px;
+ background: #fcc;
+}
+
.hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */