aboutsummaryrefslogtreecommitdiff
path: root/gitweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb.css')
-rw-r--r--gitweb.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/gitweb.css b/gitweb.css
index e63e98c..5225f8e 100644
--- a/gitweb.css
+++ b/gitweb.css
@@ -59,7 +59,7 @@ body {
}
/* Monospaced Fonts */
-.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset {
+.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset, .marked {
font-family: 'Ubuntu Mono', 'Consolas','Bitstream Vera Sans Mono',monospace;
}
@@ -543,6 +543,13 @@ div.diff.from_file {
background: #ddffdd;
}
+div.diff.add span.marked {
+ background-color: #aaffaa;
+}
+div.diff.rem span.marked {
+ background-color: #ffaaaa;
+}
+
.extended_header {
width: 99.5%;
}