Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-01 22:27:39 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-08 01:33:18 +0300
commitdab4ac54b691f1c832b1fe444859c3183a231411 (patch)
tree0e3cd6fe0fc30060e19090bc18ab753731f23e1f /app/assets/stylesheets/highlight
parent3cfeb3755828871813cd12c771fa7efddf67edb5 (diff)
Diff design updates
Diffstat (limited to 'app/assets/stylesheets/highlight')
-rw-r--r--app/assets/stylesheets/highlight/white.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss
index ea9bc98079a..d68a28bbfd5 100644
--- a/app/assets/stylesheets/highlight/white.scss
+++ b/app/assets/stylesheets/highlight/white.scss
@@ -6,12 +6,12 @@
}
.diff-line-num, .diff-line-num a {
- color: $black-transparent;
+ color: #8f8f8f;
}
// Code itself
pre.code, .diff-line-num {
- border-color: $border-color;
+ border-color: $table-border-gray;
}
&, pre.code, .line_holder .line_content {