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