summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 11:36:53 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 11:36:53 +0100
commitd1a73563985a2fdaf7a99fc469c38e957d238fde (patch)
treeb52450d2a7523fc6cd3126c00044e3497cc5389f
parent8c0f2acad9bd2552e4237f966aeb6d9df0f2fa75 (diff)
downloadgitlab-ce-fix-small-text.tar.gz
Fix ultra-light color for small textfix-small-text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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;
+ }
+}