From b4edacc935a7c4f8ed4f643d95a670cdd62290bf Mon Sep 17 00:00:00 2001 From: Prashanth Chandra <134466-prashcr@users.noreply.gitlab.com> Date: Mon, 15 Jul 2019 15:21:47 +0000 Subject: Ensure all quick help links have the same color --- app/assets/stylesheets/pages/help.scss | 6 ++++++ app/views/help/index.html.haml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1