Skip to content

Commit eef0128

Browse files
committed
Apply css at table
1 parent f1c1c6e commit eef0128

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

public/stylesheets/style.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ table {
9797
background-color: rgba(255, 255, 255, .15);
9898
}
9999

100-
/* for board.ejs */
100+
/* for board.ejs & board-admin.ejs & board-random.ejs */
101101

102102
#user_board {
103103
width: 90%;
@@ -129,3 +129,11 @@ table {
129129
margin-right: 5%;
130130
margin-top: 20px;
131131
}
132+
133+
#user_board tr:nth-child(4n+2) {
134+
background: #dddddd;
135+
}
136+
137+
#user_board tr:nth-child(4n+3) {
138+
background: #dddddd;
139+
}

0 commit comments

Comments
 (0)