diff options
Diffstat (limited to 'data/paste.css')
-rw-r--r-- | data/paste.css | 6 |
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 */ |