Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 19:04:25 +0300
committerPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 21:19:17 +0300
commitc8fd7025565e6a3eb1accabf3e07dd8e2f37b003 (patch)
tree26610a60d572bb0ef830015420bde1503bfe1051 /app/assets/stylesheets/framework/issue_box.scss
parented808a9f3477cdb77df3ca62fdddf2640f33653d (diff)
Change full colors to a more harmonious palette
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index 46632f15f35..1537b0744cc 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -33,7 +33,7 @@
}
&.status-box-open {
- background-color: $green-light;
+ background-color: $green-500;
}
&.status-box-expired {