Skip to content

Commit cc7498f

Browse files
authored
1 parent 46bcdfa commit cc7498f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/css/doc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ strong.beta {
216216
font-size: inherit;
217217
}
218218

219+
.doc .tableblock thead,
220+
.doc .tableblock tr:has(p>strong) {
221+
background-color: var(--neutral-grey);
222+
}
223+
219224
.doc a[href*="//"]:not([href*="docs.hazelcast.com"])::after,
220225
.home .article a[href*="//"]:not([href*="docs.hazelcast.com"])::after,
221226
.home .additional-cards a[href*="//"]:not([href*="docs.hazelcast.com"])::after,

src/css/vars.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
--neutral-white: #fff;
44
--neutral-lighter: #fafafa;
55
--neutral: #e4e2e2;
6+
--neutral-grey: #f2f2f2;
67
--neutral-light: #b7c1cb;
78
--secondary-text: #707482;
89
--text: #041a3b;

0 commit comments

Comments
 (0)