Skip to content

Commit 1913294

Browse files
committed
Fix incorrect property value
1 parent 8a6207a commit 1913294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ table.pod-table tr:nth-child(odd) {
7878
background-color: rgba(0, 0, 0, 0.031373);
7979
}
8080
table.pod-table tr:nth-child(even) {
81-
background-color: none;
81+
background-color: transparent;
8282
}
8383

8484
td, th {

0 commit comments

Comments
 (0)