aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-08 17:17:18 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-08 17:17:18 -1000
commitf752c762185f7493a5420f461bc8e766db84fc60 (patch)
tree654b7bf9c811e015d8e58613d042d82a59dfeb99 /static/styles.css
parent27f1966a6512bd07a9fe91717a46d1a95281da32 (diff)
downloadpatchfoo-f752c762185f7493a5420f461bc8e766db84fc60.tar.gz
patchfoo-f752c762185f7493a5420f461bc8e766db84fc60.zip
Render git diffs
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css3
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; }