Skip to content

Commit

Permalink
updated table style
Browse files Browse the repository at this point in the history
  • Loading branch information
tisimpson committed May 8, 2024
1 parent 997f22c commit 37979ae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@

// Add your custom styles here
/** Tables removed border*/
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 0px solid #e8e8e8; }
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: none; }

table tr:nth-child(even) { background-color: #f7f7f7; }
table th { background-color: #f0f0f0; border: none; }

table th, table td { padding: 10px 15px; }

table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }

table td { border: 1px solid #e8e8e8; }
table td { border: none; }

0 comments on commit 37979ae

Please sign in to comment.