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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-10-01 09:56:35 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-10-01 09:56:35 +0300
commit07d083929c7c4fbd8c388de34fb28de5cacd945b (patch)
tree245e280db6213fcf79c425e2b57e65679829f7e0 /layouts/banner.html
parent1f2e0dd8edeb1789c85f4bc9347644e9bf3843ec (diff)
Use a more subtle color for the survey banner
The previous one looked like a warning
Diffstat (limited to 'layouts/banner.html')
-rw-r--r--layouts/banner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index 39877da2..b4adf3bf 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -1,11 +1,11 @@
<div class="admonition-wrapper note d-none" id="banner-close">
<div class="admonition alert alert-banner alert-dismissible fade show text-center" role="alert">
- <i class="fa fa-gitlab fa-fw" style="color:rgb(107,79,187); font-size:.85em" aria-hidden="true"></i>
+ <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
We're looking for people to complete a short user research task related to using GitLab.
<a href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_1zCypZLzsvCshLL" target="_blank" rel="noopener noreferrer">
Help us out.
</a>
- <i class="fa fa-gitlab fa-fw" style="color:rgb(107,79,187); font-size:.85em" aria-hidden="true"></i>
+ <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>