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 a524ed1..6733e70 100644 --- a/static/styles.css +++ b/static/styles.css @@ -222,3 +222,6 @@ hr { background: #fdd; } +.changed { + background: #fffbdd; +} |