Skip to content

Commit

Permalink
Remove stripping styling from tables
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 14, 2023
1 parent cbf6dd7 commit e1b65d3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
font-size: 18px;
border-left-color: #e9e9e9;
}

table tr:nth-child(2n) td {
background-color: #f4f4f4;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
font-size: 18px;
border-left-color: #e9e9e9;
}

table tr:nth-child(2n) td {
background-color: #f4f4f4;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
font-size: 18px;
border-left-color: #e9e9e9;
}

table tr:nth-child(2n) td {
background-color: #f4f4f4;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
font-size: 18px;
border-left-color: #e9e9e9;
}

table tr:nth-child(2n) td {
background-color: #f4f4f4;
}
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
table tr:nth-child(2n) td {
background-color: #f4f4f4;
}

0 comments on commit e1b65d3

Please sign in to comment.