Commit 74004bc5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '64266-quick-help-hyperlinks' into 'master'

Ensure quick help links have the same color

Closes #64266

See merge request gitlab-org/gitlab-ce!30478
parents 7fc35ac1 b4edacc9
...@@ -38,3 +38,9 @@ ...@@ -38,3 +38,9 @@
.documentation { .documentation {
padding: 7px; padding: 7px;
} }
.card.links-card {
a {
color: $blue-600;
}
}
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
.documentation-index.md .documentation-index.md
= markdown(@help_index) = markdown(@help_index)
.col-md-4 .col-md-4
.card .card.links-card
.card-header .card-header
Quick help Quick help
%ul.content-list %ul.content-list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment