summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 487081c3c7c..3575984b229 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -271,9 +271,9 @@ h1, h2, h3, h4 {
}
.idiff.deletion {
- background: $gl-idiff-deletion;
+ background: $line-removed-dark;
}
.idiff.addition {
- background: $gl-idiff-addition;
+ background: $line-added-dark;
}