From 1b173a8ff01718b987a70d1fa4ffc032034e3f5a Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:29:07 +0100 Subject: [PATCH] update table styling --- docs/cloud/features/01_cloud_tiers.md | 4 ++-- src/css/custom.scss | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/cloud/features/01_cloud_tiers.md b/docs/cloud/features/01_cloud_tiers.md index 193f4e322db..54878d56455 100644 --- a/docs/cloud/features/01_cloud_tiers.md +++ b/docs/cloud/features/01_cloud_tiers.md @@ -23,7 +23,7 @@ This page discusses which tiers are right for your specific use case. [Enterprise](#enterprise) - + **Service Features** @@ -105,7 +105,7 @@ This page discusses which tiers are right for your specific use case. ✓ - + **Security** diff --git a/src/css/custom.scss b/src/css/custom.scss index 5d208081a62..e0d86b12b1a 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -1553,3 +1553,12 @@ input::-ms-input-placeholder { /* Microsoft Edge */ .code-viewer { margin-bottom: var(--ifm-paragraph-margin-bottom); } + +/* Table category header styling */ +.table-category-header { + background-color: var(--click-color-background-muted); +} + +[data-theme='dark'] .table-category-header { + background-color: #474747; +}