Commit 02b585e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Repository breadcrumbs and file header links should be dark

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1853d715
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
} }
} }
a {
color: $gl-dark-link-color;
}
.left-options { .left-options {
margin-top: -3px; margin-top: -3px;
} }
......
...@@ -229,6 +229,10 @@ ...@@ -229,6 +229,10 @@
padding: 0 3px; padding: 0 3px;
color: #999; color: #999;
} }
a {
color: $gl-dark-link-color;
}
} }
.last-push-widget { .last-push-widget {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment