Skip to content

Commit

Permalink
style: fix some global css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Sep 16, 2020
1 parent 218c729 commit 4300a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,15 @@ table {
display: block;
overflow-x: auto;
}

tr {
border-top: 1px solid #dfe2e5;
}

tr:nth-child(2n) {
background-color: #f6f8fa;
}

th,
td {
border: 1px solid #dfe2e5;
Expand Down

0 comments on commit 4300a7e

Please sign in to comment.