summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/solarized_light.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/highlight/solarized_light.scss')
-rw-r--r--app/assets/stylesheets/highlight/solarized_light.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/solarized_light.scss b/app/assets/stylesheets/highlight/solarized_light.scss
index c16473ffe66..f9788951aa8 100644
--- a/app/assets/stylesheets/highlight/solarized_light.scss
+++ b/app/assets/stylesheets/highlight/solarized_light.scss
@@ -114,12 +114,16 @@
.line_holder {
+ &.parallel .new.new_line,
+ &.parallel .new.line_content,
&.new .old_line,
&.new .new_line,
&.new .line_content {
@include diff_background(92, 164, 169, #FAF3DD);
}
+ &.parallel .old.old_line,
+ &.parallel .old.line_content,
&.old .old_line,
&.old .new_line,
&.old .line_content {