From 9480dd44ee0a0f602c50fc2be251cdcfa9b4c52c Mon Sep 17 00:00:00 2001 From: Aurorum <43215253+Aurorum@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:29:52 +0000 Subject: [PATCH] Dara: Fix Table of Contents Block --- dara/blocks.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dara/blocks.css b/dara/blocks.css index 2f826ba234..9e47362429 100644 --- a/dara/blocks.css +++ b/dara/blocks.css @@ -191,6 +191,12 @@ blockquote cite { color: #fff; } +/* Table of Contents */ + +.wp-block-table-of-contents__entry:before { + display: none; +} + /*-------------------------------------------------------------- 3.0 Blocks - Formatting Blocks --------------------------------------------------------------*/