diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-02 17:01:49 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-03 16:13:56 -0500 |
commit | 0f237dd8fa842941dd51419dbd8095f3a6f2cb5e (patch) | |
tree | 792db0df89d9a16e1512ebe882f1baa699c0cb0d | |
parent | 034ad4e20119fda5821d101aac841315da781277 (diff) | |
download | gitlab-ce-0f237dd8fa842941dd51419dbd8095f3a6f2cb5e.tar.gz |
Changed link colour
-rw-r--r-- | app/assets/stylesheets/pages/profile.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index 83798ec238c..877a7c90a57 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -158,6 +158,6 @@ .profile-settings-content { a { - color: $gl-primary; + color: $profile-settings-link-color; } } |