File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments