Skip to content

Commit

Permalink
Remove background color from tables in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Aug 14, 2024
1 parent bfb77a8 commit 99708c0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ table thead th {
color: #ffffff;
}

table tbody tr {
background-color: #ffffff;
}

[data-md-color-scheme="slate"] table tbody tr {
background-color: #000000;
}

th, td {
border: 1px solid var(--md-typeset-table-color);
border-spacing: 0;
Expand Down

0 comments on commit 99708c0

Please sign in to comment.