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:
commit
9ab2e5f516
1 changed files with 6 additions and 0 deletions
|
@ -256,3 +256,9 @@ textarea.js-gfm-input {
|
|||
.strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
small {
|
||||
color: $gl-gray;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue