87 lines
1.7 KiB
CSS
87 lines
1.7 KiB
CSS
/* body {
|
|
background: red !important;
|
|
} */
|
|
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
#menu-posts-conseils {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
#toplevel_page_theme-general-settings {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
/* .wp-block-post-content,
|
|
.is-root-container {
|
|
background-color: red !imporatant;
|
|
}
|
|
|
|
.block-editor-block-list__block {
|
|
background-color: yellow !imporatant; */
|
|
/* } */
|
|
|
|
body.acoustique-coproprietes {
|
|
h2,
|
|
h3 {
|
|
@apply text-acoustique-coproprietes;
|
|
}
|
|
ul li::marker {
|
|
@apply text-acoustique-coproprietes;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-acoustique-coproprietes-light;
|
|
}
|
|
}
|
|
body.energies-urbanisme {
|
|
h2,
|
|
h3 {
|
|
@apply text-energies-urbanisme;
|
|
}
|
|
ul li::marker {
|
|
@apply text-energies-urbanisme;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-energies-urbanisme-light;
|
|
}
|
|
}
|
|
body.isolation-quotidien {
|
|
h2,
|
|
h3 {
|
|
@apply text-isolation-quotidien;
|
|
}
|
|
ul li::before {
|
|
@apply bg-isolation-quotidien;
|
|
}
|
|
ul li::marker {
|
|
@apply text-isolation-quotidien;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-isolation-quotidien-light;
|
|
}
|
|
}
|
|
body.patrimoine-renovation {
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
@apply text-patrimoine-renovation;
|
|
}
|
|
ul li::marker {
|
|
@apply text-patrimoine-renovation;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-patrimoine-renovation-light;
|
|
}
|
|
}
|
|
body.location {
|
|
h2,
|
|
h3 {
|
|
@apply text-location;
|
|
}
|
|
ul li::marker {
|
|
@apply text-location;
|
|
}
|
|
.homegrade-blocks-highlight {
|
|
@apply bg-location-light;
|
|
}
|
|
}
|