summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 13:23:33 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 13:23:33 +0000
commit9ab2e5f516054921860fc62fe2c68d47123c55ef (patch)
treeb52450d2a7523fc6cd3126c00044e3497cc5389f
parent8c0f2acad9bd2552e4237f966aeb6d9df0f2fa75 (diff)
parentd1a73563985a2fdaf7a99fc469c38e957d238fde (diff)
downloadgitlab-ce-9ab2e5f516054921860fc62fe2c68d47123c55ef.tar.gz
Merge branch 'fix-small-text' into 'master'
Fix ultra-light color for small text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1879
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index ba0312ba0db..2c4a58c8db1 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -256,3 +256,9 @@ textarea.js-gfm-input {
.strikethrough {
text-decoration: line-through;
}
+
+h1, h2, h3, h4 {
+ small {
+ color: $gl-gray;
+ }
+}