Commit 162526b8 authored by csillag's avatar csillag

Add colors to visual diff

parent e10da472
......@@ -46,6 +46,12 @@
.annotation-quote {
@include quote;
del {
background:#ffe6e6;
}
ins {
background:#e6ffe6;
}
}
.annotation-citation-domain {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment