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