diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-25 15:48:00 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-25 15:48:00 +0100 |
commit | 02b585e9248e28272c3a9620a0d4218e2420ff11 (patch) | |
tree | a1afdd699457358b9532b6bab19d9cb6023150cf /app | |
parent | 1853d715438e5015a94ed398dbf37ad73d7b38ed (diff) | |
download | gitlab-ce-02b585e9248e28272c3a9620a0d4218e2420ff11.tar.gz |
Repository breadcrumbs and file header links should be dark
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 646e2610831..ad0e88cda86 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -50,6 +50,10 @@ } } + a { + color: $gl-dark-link-color; + } + .left-options { margin-top: -3px; } diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index c68bd673a67..71bde1174ee 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -229,6 +229,10 @@ padding: 0 3px; color: #999; } + + a { + color: $gl-dark-link-color; + } } .last-push-widget { |