diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-09 21:00:42 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-09 21:00:42 -1000 |
commit | 586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7 (patch) | |
tree | 554de3360fe14c41073833e9bbec009ae48784d1 /static/styles.css | |
parent | 3995d586a0d20ef009f8a98587482c5f7f47ff58 (diff) | |
parent | ebe6b4c381e0ff7ae283f5abeadb2c6b5c2685fc (diff) | |
download | patchfoo-586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7.tar.gz patchfoo-586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7.zip |
Merge branch 'git-lib'
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index c26cf59..b22074f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -193,3 +193,6 @@ table.ssb-object td { .chess-square-dark { background-color: #ccc; } + +.diff-old { background-color: #ffe2dd; } +.diff-new { background-color: #d1ffd6; } |