Skip to content

Commit 3e47ceb

Browse files
committed
Update table styles to change background color from blue to green for improved visibility
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c8a93c6 commit 3e47ceb

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/sections/Company/Legal/terms.style.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ td {
5050
5151
thead {
5252
border-block-end: 2px solid;
53-
background: ${props => props.theme.blue6eb0ccToBlue477E96};
53+
background: ${props => props.theme.green00D3A9ToBlackTwo};
5454
}
5555
5656
tfoot {
5757
text-align: center;
5858
border-block: 2px solid;
59-
background: ${props => props.theme.blue6eb0ccToBlue477E96};
59+
background: ${props => props.theme.green00D3A9ToBlackTwo};
6060
font-size: 0.825rem;
6161
}
6262
@@ -71,15 +71,9 @@ td {
7171
vertical-align: middle;
7272
}
7373
74-
// th:first-child {
75-
// position: sticky;
76-
// inset-inline-start: 0;
77-
// border-inline-end: none;
78-
// }
79-
8074
thead th,
8175
tfoot th {
82-
background: ${props => props.theme.blue6eb0ccToBlue477E96};
76+
background: ${props => props.theme.green00D3A9ToBlackTwo};
8377
}
8478
8579
thead th {
@@ -89,6 +83,11 @@ thead th {
8983
td:first-of-type, :where(thead, tfoot) th:nth-child(2) {
9084
border-inline-start: none;
9185
}
86+
// th:first-child {
87+
// position: sticky;
88+
// inset-inline-start: 0;
89+
// border-inline-end: none;
90+
// }
9291
9392
// th:first-of-type {
9493
// width: 10rem;

0 commit comments

Comments
 (0)