[FIX] .doc-aside headings' colour
Heading colour should be ‘white’ when it’s into a .doc-aside container only.
This commit is contained in:
parent
532163f42f
commit
d193f7c0ac
@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6,
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
@media (min-width: @screen-lg-min) {
|
@media (min-width: @screen-lg-min) {
|
||||||
.has_code_col &{
|
.has_code_col .doc-aside &{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user