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