111 lines
2.0 KiB
CSS
111 lines
2.0 KiB
CSS
article > *:not(.entry-content, .chapter-header-block),
|
|
.entry-content > * {
|
|
@apply mx-auto max-w-content;
|
|
}
|
|
|
|
.entry-content {
|
|
&--acoustique-coproprietes {
|
|
h2,
|
|
h3 {
|
|
@apply text-acoustique-coproprietes;
|
|
}
|
|
ul li::marker {
|
|
@apply text-acoustique-coproprietes;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-acoustique-coproprietes-light;
|
|
}
|
|
}
|
|
&--energies-urbanisme {
|
|
h2,
|
|
h3 {
|
|
@apply text-energies-urbanisme;
|
|
}
|
|
ul li::marker {
|
|
@apply text-energies-urbanisme;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-energies-urbanisme-light;
|
|
}
|
|
}
|
|
&--isolation-quotidien {
|
|
h2,
|
|
h3 {
|
|
@apply text-isolation-quotidien;
|
|
}
|
|
ul li::marker {
|
|
@apply text-isolation-quotidien;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-isolation-quotidien-light;
|
|
}
|
|
}
|
|
&--patrimoine-renovation {
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
@apply text-patrimoine-renovation;
|
|
}
|
|
ul li::marker {
|
|
@apply text-patrimoine-renovation;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-patrimoine-renovation-light;
|
|
}
|
|
}
|
|
&--location {
|
|
h2,
|
|
h3 {
|
|
@apply text-location;
|
|
}
|
|
ul li::marker {
|
|
@apply text-location;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-location-light;
|
|
}
|
|
}
|
|
h1 {
|
|
@apply text-2xl;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-xl;
|
|
}
|
|
|
|
h3 {
|
|
@apply font-bold text-2xl;
|
|
}
|
|
|
|
p,
|
|
ul,
|
|
ol {
|
|
a {
|
|
@apply text-primary font-bold underline underline-offset-4;
|
|
/* &:after {
|
|
@apply inline-block bg-red-500 h-3 w-3 ml-2;
|
|
content: '';
|
|
background-image: url('/wp-content/themes/homegrade/dist/images/arrow.svg');
|
|
} */
|
|
|
|
&:hover {
|
|
@apply no-underline;
|
|
}
|
|
}
|
|
|
|
@apply mb-8;
|
|
}
|
|
|
|
ul:not(.block-editor-block-variation-picker__variations) {
|
|
li {
|
|
@apply list-disc list-inside;
|
|
}
|
|
}
|
|
|
|
ol {
|
|
li {
|
|
@apply list-decimal list-inside;
|
|
}
|
|
}
|
|
}
|