Fix ultra-light color for small text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
8c0f2acad9
commit
d1a7356398
1 changed files with 6 additions and 0 deletions
|
@ -256,3 +256,9 @@ textarea.js-gfm-input {
|
||||||
.strikethrough {
|
.strikethrough {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
small {
|
||||||
|
color: $gl-gray;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue