diff options
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; } |