summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/tree.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-18 19:02:08 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-18 19:02:08 +0100
commitdaeed3fdf309771a1c6827ed5b024c2f883bbeb5 (patch)
tree18baea2183e9ff39a3d76b161f6e13c4f0ac1287 /app/assets/stylesheets/pages/tree.scss
parent5e2728891ecc375ee51d17aad1c40898cf3e16c1 (diff)
downloadgitlab-ce-daeed3fdf309771a1c6827ed5b024c2f883bbeb5.tar.gz
Refactor colors and lists
* Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 73c7c9f687c..25b5e95583e 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -41,7 +41,7 @@
vertical-align: middle;
i, a {
- color: $gl-link-color;
+ color: $gl-dark-link-color;
}
img {