diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 97ecf4c..635d3bb 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -143,12 +143,17 @@ article > *:not(.entry-content, .chapter-header-block), margin-right: 14px; margin-top: 9px; } + a { + text-decoration: underline; + } p + ol, p + ul { @apply mt-3; } } - +.wp-block-button__link { + text-decoration: none !important; +} .homegrade-page-container { ul li:before { @apply bg-secondary;