diff --git a/src/front/style.css b/src/front/style.css index ca484c6..febad85 100644 --- a/src/front/style.css +++ b/src/front/style.css @@ -232,3 +232,16 @@ .cbp-footer-link { @apply hover:underline; } +@media print { + .wp-block-kevinbatdorf-code-block-pro pre { + max-height: none !important; + } + .wp-block-kevinbatdorf-code-block-pro:not(#x) .line::before { + background-color: transparent !important; + color: inherit !important; + } + .wp-block-kevinbatdorf-code-block-pro:not(#x) > span, + .wp-block-kevinbatdorf-code-block-pro:not(#x) .cbp-line-highlighter { + display: none !important; + } +}