We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bcdfa commit cc7498fCopy full SHA for cc7498f
src/css/doc.css
@@ -216,6 +216,11 @@ strong.beta {
216
font-size: inherit;
217
}
218
219
+.doc .tableblock thead,
220
+.doc .tableblock tr:has(p>strong) {
221
+ background-color: var(--neutral-grey);
222
+}
223
+
224
.doc a[href*="//"]:not([href*="docs.hazelcast.com"])::after,
225
.home .article a[href*="//"]:not([href*="docs.hazelcast.com"])::after,
226
.home .additional-cards a[href*="//"]:not([href*="docs.hazelcast.com"])::after,
src/css/vars.css
@@ -3,6 +3,7 @@
3
--neutral-white: #fff;
4
--neutral-lighter: #fafafa;
5
--neutral: #e4e2e2;
6
+ --neutral-grey: #f2f2f2;
7
--neutral-light: #b7c1cb;
8
--secondary-text: #707482;
9
--text: #041a3b;
0 commit comments