Skip to content

Commit 7ec9c41

Browse files
committed
revert to nth-child styling for vector clock table
1 parent 3a5cfc0 commit 7ec9c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/guide.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ table.clock-values tr {
320320
border-bottom: solid thin #fff;
321321
}
322322

323-
table.clock-values thead tr:first-child {
323+
table.clock-values thead tr:nth-child(1) {
324324
background-color: #ca82c9;
325325
}
326326

327-
table.clock-values thead tr:second-child {
327+
table.clock-values thead tr:nth-child(2) {
328328
background-color: #f29bce;
329329
}
330330

0 commit comments

Comments
 (0)