Skip to content

Commit

Permalink
swap for table
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Apr 20, 2024
1 parent 80db14a commit 16737a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.wy-table-responsive {
.table {
margin-bottom: 50px;
background-color: yellow;
}

.wy-table-responsive th {
.table th {
margin-bottom: 0px;
margin-top: 0px;
height: 0px;
background-color: red;
}


.wy-table-responsive tr:first-child {
.table tr:first-child {
background-color: blue;
}
.wy-table-responsive tr:last-child {
.table tr:last-child {
background-color: green;
}

0 comments on commit 16737a6

Please sign in to comment.