aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index c5d79ec..2017727 100644
--- a/static/style.css
+++ b/static/style.css
@@ -118,6 +118,11 @@ td#readme > *:first-child {
.chunk-addition {
color: green;
}
+@media (prefers-color-scheme: dark) {
+ .chunk-addition {
+ color: lime;
+ }
+}
.chunk-deletion {
color: red;
}
@@ -150,6 +155,9 @@ pre.chunk {
.file-patch + .file-patch {
margin-top: 0.5rem;
}
+.file-content, .file-header {
+ padding: 3px 5px;
+}
.file-header {
font-family: monospace;
}