Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Newatia authored and Newatia committed May 15, 2023
1 parent 8e2b59f commit ae06619
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ table.blueTable {
}

table.blueTable thead {
background: var(--table-thead-bg-color-2);
background: var(--table-thead-bg-color);
border-bottom: 1px solid var(--table-thead-border-color);
}

Expand Down Expand Up @@ -271,7 +271,7 @@ table.tableStyle2 {
}

table.tableStyle2 thead {
background: var(--table-thead-bg-color-3);
background: var(--table-thead-bg-color);
border-bottom: 1px solid var(--table-thead-border-color);
}

Expand Down

0 comments on commit ae06619

Please sign in to comment.