2019-09-24 14:37:41 -07:00
|
|
|
.entry-content {
|
2019-09-26 15:34:24 -07:00
|
|
|
position: relative;
|
|
|
|
color: $color__text-main;
|
2019-09-24 14:37:41 -07:00
|
|
|
hyphens: none;
|
2019-09-26 15:34:24 -07:00
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
color: $color__text-heading-darker;
|
|
|
|
}
|
2019-10-28 17:02:45 -04:00
|
|
|
|
2019-10-04 11:32:57 -04:00
|
|
|
h2 {
|
2019-10-28 10:38:49 -07:00
|
|
|
margin-top: ms(10);
|
2019-10-28 17:02:45 -04:00
|
|
|
margin-bottom: ms(2);
|
|
|
|
font-size: ms(2);
|
2019-10-04 11:32:57 -04:00
|
|
|
font-weight: 400;
|
|
|
|
color: $color__text-heading;
|
|
|
|
}
|
2019-10-28 17:02:45 -04:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: ms(1);
|
|
|
|
color: $color__text-darker;
|
|
|
|
}
|
|
|
|
|
2019-10-28 10:38:49 -07:00
|
|
|
> :first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2019-09-26 15:34:24 -07:00
|
|
|
}
|