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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-pullquote {
|
|
|
|
color: $color__text-heading;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// todo move better location?
|
|
|
|
.has-wporg-blue-color {
|
|
|
|
color: $color__wporg-blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-wporg-blue-background-color {
|
|
|
|
background-color: $color__wporg-blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-wporg-purple-color {
|
|
|
|
color: $color__wporg-purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-wporg-purple-background-color {
|
|
|
|
background-color: $color__wporg-purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-wporg-white-color {
|
|
|
|
color: $color__text-over-background;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-wporg-white-background-color {
|
|
|
|
background-color: $color__text-over-background;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p.has-background,
|
|
|
|
.wp-block-group.has-background,
|
|
|
|
.wp-block-pullquote.has-wporg-blue-background-color {
|
|
|
|
/*
|
|
|
|
* Remove the gaps between consecutive paragraphs that have the same background color, and make it fill 100%
|
|
|
|
* of the screen on the mobile view.
|
|
|
|
*/
|
|
|
|
//margin: 0 - ms( 4 ); this is buggy, affects surrounding elements, see notes in parallelogram file
|
2019-09-25 00:37:41 +03:00
|
|
|
}
|