Skip to content

Commit

Permalink
Fix text color bug for table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
asad-khan-skyscanner committed Oct 10, 2024
1 parent dedc7bb commit 234b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@

/* Description column styling */
td:last-child {
color: #666;
color: #333;
line-height: 1.4;
}

Expand Down

0 comments on commit 234b542

Please sign in to comment.