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
This commit is contained in:
Dmitriy Zaporozhets 2015-11-24 13:23:33 +00:00
commit 9ab2e5f516

View file

@ -256,3 +256,9 @@ textarea.js-gfm-input {
.strikethrough {
text-decoration: line-through;
}
h1, h2, h3, h4 {
small {
color: $gl-gray;
}
}