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); }