Skip to content

Commit

Permalink
Small tweaks to style
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Aug 6, 2024
1 parent 8ef45ec commit 09200e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/cn/lib/report.ml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ th, td {
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
white-space: pre;
}

th {
Expand Down Expand Up @@ -344,6 +345,10 @@ th {
background-color: #181818;
}

tr:nth-child(even) {
background-color: #222222;
}

th {
background-color: #252525;
border-bottom: 1px solid #303030;
Expand Down

0 comments on commit 09200e4

Please sign in to comment.