Commit 20e63ba1 authored by Clement Ho's avatar Clement Ho

Merge branch '48542-code-link' into 'master'

Resolve "BS4: Link in code brackets has two different styles"

Closes #48542

See merge request gitlab-org/gitlab-ce!20841
parents 8e675082 42e16e04
......@@ -179,6 +179,10 @@
font-weight: inherit;
}
a > code {
color: $gl-link-color;
}
dd {
margin-left: $gl-padding;
}
......
---
title: Fix link color in markdown code brackets
merge_request: 20841
author:
type: fixed
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