aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 1c94836..e5398ce 100644
--- a/static/style.css
+++ b/static/style.css
@@ -209,18 +209,18 @@ td > pre {
color: grey;
}
.chunk-addition {
- background-color: green;
+ color: green;
}
@media (prefers-color-scheme: dark) {
.chunk-addition {
- background-color: lime;
+ color: lime;
}
}
.chunk-deletion {
- background-color: red;
+ color: red;
}
.chunk-unknown {
- background-color: yellow;
+ color: yellow;
}
pre.chunk {
margin-top: 0;