diff options
author | tauriedavis <taurie@gitlab.com> | 2016-12-30 12:18:27 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-01-04 12:14:26 -0800 |
commit | 86b1dfc7a494b19a20cf677f040d2f9c8a1efad7 (patch) | |
tree | a6094e81d91bd5c5f09844d99434447e65b89027 /app/assets/stylesheets/pages/wiki.scss | |
parent | 7c2a4699b8bdd9d8abd193e4256694115b41fc07 (diff) | |
download | gitlab-ce-86b1dfc7a494b19a20cf677f040d2f9c8a1efad7.tar.gz |
25701 standardize text colors25701-standardize-text-colors
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r-- | app/assets/stylesheets/pages/wiki.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss index b9f81533150..d5783e14b21 100644 --- a/app/assets/stylesheets/pages/wiki.scss +++ b/app/assets/stylesheets/pages/wiki.scss @@ -15,7 +15,7 @@ } .wiki-last-edit-by { - color: $gl-gray-light; + color: $gl-text-color-secondary; strong { color: $gl-text-color; @@ -24,7 +24,7 @@ .light { font-weight: normal; - color: $gl-gray-light; + color: $gl-text-color-secondary; } .git-access-header { |