Skip to content

Commit 1b173a8

Browse files
committed
update table styling
1 parent edd7565 commit 1b173a8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/cloud/features/01_cloud_tiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This page discusses which tiers are right for your specific use case.
2323
<th>[Enterprise](#enterprise)</th>
2424
</tr></thead>
2525
<tbody>
26-
<tr>
26+
<tr className="table-category-header">
2727
<td>**Service Features**</td>
2828
<td colspan="3"></td>
2929
</tr>
@@ -105,7 +105,7 @@ This page discusses which tiers are right for your specific use case.
105105
<td></td>
106106
<td>✓</td>
107107
</tr>
108-
<tr>
108+
<tr className="table-category-header">
109109
<td>**Security**</td>
110110
<td colspan="3"></td>
111111
</tr>

src/css/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,3 +1553,12 @@ input::-ms-input-placeholder { /* Microsoft Edge */
15531553
.code-viewer {
15541554
margin-bottom: var(--ifm-paragraph-margin-bottom);
15551555
}
1556+
1557+
/* Table category header styling */
1558+
.table-category-header {
1559+
background-color: var(--click-color-background-muted);
1560+
}
1561+
1562+
[data-theme='dark'] .table-category-header {
1563+
background-color: #474747;
1564+
}

0 commit comments

Comments
 (0)