Skip to content

Commit

Permalink
style: table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Feb 8, 2024
1 parent edc93b1 commit 3e7b4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/src/client/styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ table {
td:first-child {
min-width: 200px;
}
tbody tr:nth-child(odd) {
background-color: #d3d3d3;
}
}

.pills-box {
Expand Down

0 comments on commit 3e7b4e5

Please sign in to comment.