Commit 046e0497 authored by Clement Ho's avatar Clement Ho

Merge branch '46619-strong-tag-font-weight' into 'master'

Resolve "The font is too bold in Issue events tab on Activity page"

Closes #46619

See merge request gitlab-org/gitlab-ce!19291
parents 6c06768d 583890db
......@@ -36,6 +36,11 @@ html [type="button"],
cursor: pointer;
}
b,
strong {
font-weight: bold;
}
a {
color: $gl-link-color;
}
......
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