summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/wiki.scss
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2017-01-29 23:58:56 -0200
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2017-01-29 23:58:56 -0200
commit4c57fa4282afc1679e2891b215174c92bf883c6a (patch)
tree2500cce3b212a86384f393cb26c6e83e18155490 /app/assets/stylesheets/pages/wiki.scss
parent48417893d7456dc0d46b0a514a2326cc8ce6076f (diff)
parentb525aff665f139cd12ac5a6df78d722427e759cc (diff)
downloadgitlab-ce-4c57fa4282afc1679e2891b215174c92bf883c6a.tar.gz
Merge branch 'master' into 23535-folders-in-wiki-repository
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 480cb2b9f0d..9bc47bbe173 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -29,7 +29,7 @@
.wiki-last-edit-by {
display: block;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
strong {
color: $gl-text-color;
@@ -38,7 +38,7 @@
.light {
font-weight: normal;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
}
.git-access-header {