Skip to content

Commit

Permalink
fix: table style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 17, 2019
1 parent 4180784 commit 38fb35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_common/single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ th, td {
border: 1px solid var(--color-contrast-lower);
}
table>tbody>tr:nth-of-type(odd) {
background-color: var(--color-contrast-lower);
background-color: alpha(var(--color-contrast-lower), 0.75);
}
table>tbody>tr:hover {
background-color: var(--color-contrast-low);
Expand Down

0 comments on commit 38fb35c

Please sign in to comment.