five-for-the-future/themes/wporg-5ftf/css/components/_entry-content.scss

27 lines
377 B
SCSS
Raw Normal View History

.entry-content {
2019-09-27 01:34:24 +03:00
position: relative;
color: $color__text-main;
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
h2 {
margin-top: ms(10);
2019-10-28 23:02:45 +02:00
margin-bottom: ms(2);
font-size: ms(2);
font-weight: 400;
color: $color__text-heading;
}
2019-10-28 23:02:45 +02:00
h3 {
font-size: ms(1);
color: $color__text-darker;
}
> :first-child {
margin-top: 0;
}
2019-09-27 01:34:24 +03:00
}