summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Chandra <134466-prashcr@users.noreply.gitlab.com>2019-07-15 15:21:47 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-15 15:21:47 +0000
commitb4edacc935a7c4f8ed4f643d95a670cdd62290bf (patch)
tree5dad69b3872dc57f6fe2549e265fdf95d6be3bc6
parent7fc35ac124f6437e4d04f17416a4e8af9f7a220b (diff)
downloadgitlab-ce-b4edacc935a7c4f8ed4f643d95a670cdd62290bf.tar.gz
Ensure all quick help links have the same color
-rw-r--r--app/assets/stylesheets/pages/help.scss6
-rw-r--r--app/views/help/index.html.haml2
2 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index 7610c5cf6f3..ef872e693e0 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -38,3 +38,9 @@
.documentation {
padding: 7px;
}
+
+.card.links-card {
+ a {
+ color: $blue-600;
+ }
+}
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 50933c7d434..ed904c48ddb 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -33,7 +33,7 @@
.documentation-index.md
= markdown(@help_index)
.col-md-4
- .card
+ .card.links-card
.card-header
Quick help
%ul.content-list