From a9eaa9b4616636145e4a980ebb9ef4b5d3c10cf0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Nov 2023 16:24:33 +0100 Subject: [PATCH] refining plus loin and warning on editor --- resources/css/editor-style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index db358b2..1b6dfdb 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -95,3 +95,18 @@ p { .homegrade-content-blocks-grey-box { /* max-width: 100% !important; */ } + +.homegrade-blocks-highlight--warning { + .wp-block-button__link { + @apply !bg-secondary; + } +} + +.homegrade-blocks-plus-loin { + ol li::marker { + @apply !text-white; + } + ul li:before { + @apply !bg-white; + } +}