summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 15:48:00 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-25 15:48:00 +0100
commit02b585e9248e28272c3a9620a0d4218e2420ff11 (patch)
treea1afdd699457358b9532b6bab19d9cb6023150cf /app/assets/stylesheets/framework/files.scss
parent1853d715438e5015a94ed398dbf37ad73d7b38ed (diff)
downloadgitlab-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/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss4
1 files changed, 4 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;
}