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/pages/prometheus.scss')
-rw-r--r--app/assets/stylesheets/pages/prometheus.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/prometheus.scss b/app/assets/stylesheets/pages/prometheus.scss
index 1e759afaac5..cc5a63c512f 100644
--- a/app/assets/stylesheets/pages/prometheus.scss
+++ b/app/assets/stylesheets/pages/prometheus.scss
@@ -56,7 +56,7 @@
.draggable-remove-link {
cursor: pointer;
- color: $gray-600;
+ color: $gray-400;
background-color: $white;
}
}
@@ -117,7 +117,7 @@
.prometheus-graph-cursor {
position: absolute;
- background: $gray-600;
+ background: $gray-400;
width: 1px;
}
@@ -290,7 +290,7 @@
}
> text {
- fill: $gray-600;
+ fill: $gray-400;
font-size: 10px;
}
}