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:
Diffstat (limited to 'app/assets/stylesheets/components/dashboard_skeleton.scss')
-rw-r--r--app/assets/stylesheets/components/dashboard_skeleton.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss
index 64091201221..09ba89c0782 100644
--- a/app/assets/stylesheets/components/dashboard_skeleton.scss
+++ b/app/assets/stylesheets/components/dashboard_skeleton.scss
@@ -25,7 +25,7 @@
}
&-icon {
- color: $gray-500;
+ color: $gray-300;
}
&-footer {
@@ -33,7 +33,7 @@
height: $gl-padding-32;
&-arrow {
- color: $gray-300;
+ color: $gray-200;
}
&-downstream {
@@ -41,7 +41,7 @@
}
&-extra {
- background-color: $gray-400;
+ background-color: $gray-200;
font-size: 10px;
line-height: $gl-line-height;
width: $gl-padding;