From 86bc4a60466575f8a651d25c9cbb357b8ce10d68 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 14 Oct 2025 00:31:02 +0300 Subject: [PATCH] Fix #7230 --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index d18919fe7..44ed76997 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1008,7 +1008,7 @@ svg.ck-icon .note-icon { --ck-content-line-height: var(--bs-body-line-height); } -.ck-content .table table th { +:root .ck-content .table table:not(.layout-table) th { background-color: var(--accented-background-color); }