From a4e49f2e7493abd730b3d58416dbe1bd0a25d90a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Nov 2023 14:20:43 +0100 Subject: [PATCH] refining elements color scheme for classic page --- resources/css/editor-content/gutenberg.css | 14 ++++++++++++++ resources/css/editor-content/page-content.css | 19 +++++++++++-------- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index a12e06f..b660f71 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -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; + } + } } diff --git a/resources/css/editor-content/page-content.css b/resources/css/editor-content/page-content.css index b900462..4eca16f 100644 --- a/resources/css/editor-content/page-content.css +++ b/resources/css/editor-content/page-content.css @@ -1,8 +1,11 @@ -.homegrade-page-container{ - ul li, - ol li{ - - - } - -} \ No newline at end of file +.homegrade-page-container { + .column-card { + h2, + h3, + h4, + h5, + h6 { + @apply text-secondary; + } + } +}