aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-10 21:28:44 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-01-10 21:28:44 -1000
commit5c93e1267a7951f6aadae0ac269f73de9da7f423 (patch)
tree35e5af749ee1298a8a57120684af94cc5ce6df56 /static/styles.css
parent23cd085f4cf52dfdd2d00b75c2370cf34508a98a (diff)
parent964cb82322e65c807382c6a84eba0a8e21c1c70f (diff)
downloadpatchfoo-5c93e1267a7951f6aadae0ac269f73de9da7f423.tar.gz
patchfoo-5c93e1267a7951f6aadae0ac269f73de9da7f423.zip
Merge branch 'master' into layout
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 c2f48ec..7b22dcf 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; }