Skip to content

Commit 7fb057f

Browse files
committed
Make row color brighter
1 parent 7fd4bfa commit 7fb057f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/style.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
height: 0;
1919
}
2020

21-
.table tr:nth-child(odd) {
22-
background-color: rgba(193, 209, 233, 0.7);
21+
.table tr:nth-child(even) {
22+
background-color: rgba(208, 221, 240, 0.6);
2323
}
2424
@media (prefers-color-scheme: dark) {
25-
.table tr:nth-child(odd) {
25+
.table tr:nth-child(even) {
2626
background-color: rgba(71, 85, 105, 0.7);
2727
}
2828
}

0 commit comments

Comments
 (0)