diff options
author | petrus comestor <petrus@comestor.org> | 2024-10-29 18:43:51 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-10-29 18:43:51 -0400 |
commit | 58364777fa7a2c48570f00cf22c7614ff6b78598 (patch) | |
tree | 20d053e7b0dbd2af29e2a145198a0cd2522ea146 /static | |
parent | ec98975f926524197ed599ddb47231d0468250b8 (diff) |
auto
Diffstat (limited to 'static')
-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; +} |