refining elements color scheme for classic page
This commit is contained in:
parent
01900a7914
commit
a4e49f2e74
|
|
@ -123,4 +123,18 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
ul li:before {
|
||||
@apply bg-secondary;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
@apply cta cta--secondary;
|
||||
}
|
||||
|
||||
.homegrade-blocks-card {
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@apply text-secondary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
.homegrade-page-container{
|
||||
ul li,
|
||||
ol li{
|
||||
|
||||
|
||||
.homegrade-page-container {
|
||||
.column-card {
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@apply text-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user