Skip to content

Commit 1ae366f

Browse files
authored
Make table rows have alternating colors
1 parent cecf7d1 commit 1ae366f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/forge.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ a {
2929
a:hover {
3030
color: red;
3131
}
32+
33+
tbody tr:nth-child(odd) {
34+
background-color: #ddd;
35+
}

0 commit comments

Comments
 (0)