diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 20:43:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:33 +0200 |
commit | 2704dd7b04746b325eb87f9d7eaf671e9ed5e7e3 (patch) | |
tree | ad7bde9b82cf8297e0118316aa982f6787d21ba9 /data/paste-ocaml.css | |
parent | b256550f2b2640d4ff507d5c759251bac538bbd9 (diff) |
update geshi css files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/paste-ocaml.css')
-rw-r--r-- | data/paste-ocaml.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/paste-ocaml.css b/data/paste-ocaml.css index f76e5dbc3..ed2c03760 100644 --- a/data/paste-ocaml.css +++ b/data/paste-ocaml.css @@ -10,10 +10,13 @@ .ocaml .kw4 {color: #06c; font-weight: bold;} .ocaml .kw5 {color: #06c; font-weight: bold;} .ocaml .coMULTI {color: #5d478b; font-style: italic;} -.ocaml .br0 {color: #6c6;} +.ocaml .co1 {color: #5d478b; font-style: italic;} +.ocaml .br0 {color: #a52a2a;} .ocaml .sy0 {color: #a52a2a;} .ocaml .st0 {color: #3cb371;} .ocaml .nu0 {color: #c6c;} .ocaml .me1 {color: #060;} +.ocaml .re1 {font-weight:bold; color:#339933;} +.ocaml .re2 {font-weight:bold; color:#993399;} .ocaml .ln-xtra, .ocaml li.ln-xtra, .ocaml div.ln-xtra {background-color: #ffc;} .ocaml span.xtra { display:block; } |