Skip to content

Commit 3452fe4

Browse files
save file
1 parent a33c5f5 commit 3452fe4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

utils/editors/srcdoc/html/srcdoc-headers/srcdoc-headers.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
#list
1515
{flex:1;display:flex;flex-direction:column}
1616

17+
#list .item:nth-of-type(even)
18+
{background:rgba(173,216,230,0.3)}
19+
20+
#list .item:nth-of-type(odd)
21+
{background:white}
22+
1723
.item
1824
{display:flex;gap:20px}
1925
.item .name

0 commit comments

Comments
 (0)