Mercurial > wiki
changeset 20:7497ac9a62b6
Lightened diff colors.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 12 Feb 2009 17:58:05 -0800 |
parents | 8ec70abb260d |
children | 1850638c1da5 |
files | wiki.css |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki.css Thu Feb 12 17:32:32 2009 -0800 +++ b/wiki.css Thu Feb 12 17:58:05 2009 -0800 @@ -12,11 +12,11 @@ } .diff ins { - background-color: green; + background-color: #e6ffe6; } .diff del { - background-color: red; + background-color: #ffe6e6; } #sidebar { @@ -70,7 +70,7 @@ } .changeset.diffed { - background: red; + background: #ffe6e6; color: #000000; }