aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-09 21:00:42 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-09 21:00:42 -1000
commit586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7 (patch)
tree554de3360fe14c41073833e9bbec009ae48784d1 /static
parent3995d586a0d20ef009f8a98587482c5f7f47ff58 (diff)
parentebe6b4c381e0ff7ae283f5abeadb2c6b5c2685fc (diff)
downloadpatchfoo-586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7.tar.gz
patchfoo-586eda18f1e610c47d1a7d0e02fc7fcf81eadbc7.zip
Merge branch 'git-lib'
Diffstat (limited to 'static')
-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; }