Skip to content

Commit 9164859

Browse files
save file
1 parent ca22cb5 commit 9164859

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/webcontainer-ports/webcontainer-ports.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111

1212
#list
1313
{display:flex;flex-direction:column;gap:5px}
14-
14+
#list:nth-child(even) {
15+
background-color: rgba(173,216,230,0.2);
16+
}
17+
#list:nth-child(odd) {
18+
background-color: rgba(211,211,211,0.5);
19+
}
20+
1521
.item
1622
{display:flex;align-items:center;gap:10px;padding:10px 20px;}
1723
.item:hover

0 commit comments

Comments
 (0)