Skip to content

Commit

Permalink
Fix table alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jul 6, 2021
1 parent 465e65e commit e5da7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_static/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ table.docutils th {
border-bottom: 3px solid #006db3;
}


/* TODO: Use variables for light/med/dark variants */
@media (prefers-color-scheme: dark) {
table.docutils th {
Expand All @@ -21,6 +22,7 @@ table.docutils th {

}

table.docutils td {text-align: left}
table.docutils tr{transition:background-color .125s}
table.docutils tr:hover{
background-color:rgba(0,0,0,.035);
Expand Down

0 comments on commit e5da7ce

Please sign in to comment.