diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-08 17:17:18 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2018-01-08 17:17:18 -1000 |
commit | f752c762185f7493a5420f461bc8e766db84fc60 (patch) | |
tree | 654b7bf9c811e015d8e58613d042d82a59dfeb99 /static | |
parent | 27f1966a6512bd07a9fe91717a46d1a95281da32 (diff) | |
download | patchfoo-f752c762185f7493a5420f461bc8e766db84fc60.tar.gz patchfoo-f752c762185f7493a5420f461bc8e766db84fc60.zip |
Render git diffs
Diffstat (limited to 'static')
-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; } |