Skip to content

Commit

Permalink
add custom styling for alabaster tables
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jan 10, 2024
1 parent 79b7d3e commit 09b2392
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@ div.body h5 {
font-size: 110%;
font-weight: bold;
}

html body table td,
html body table th {
border: 1px solid #d6d6d6;
padding: 6px 13px;
}


html body table table th {
background: #eee;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

0 comments on commit 09b2392

Please sign in to comment.