summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/boards.scss
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 16:04:25 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 18:19:17 +0000
commitc8fd7025565e6a3eb1accabf3e07dd8e2f37b003 (patch)
tree26610a60d572bb0ef830015420bde1503bfe1051 /app/assets/stylesheets/pages/boards.scss
parented808a9f3477cdb77df3ca62fdddf2640f33653d (diff)
downloadgitlab-ce-c8fd7025565e6a3eb1accabf3e07dd8e2f37b003.tar.gz
Change full colors to a more harmonious palette
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index f9ee33019cd..575d32b1a23 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -487,9 +487,9 @@
right: -3px;
top: -3px;
width: 17px;
- background-color: $blue-light;
+ background-color: $blue-500;
color: $white-light;
- border: 1px solid $border-blue-light;
+ border: 1px solid $blue-600;
font-size: 9px;
line-height: 15px;
border-radius: 50%;