Skip to content

Commit 5aa8c9d

Browse files
committed
tweak
1 parent 0dea02a commit 5aa8c9d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

apps/svelte.dev/src/routes/tutorial/[...slug]/Chrome.svelte

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@
9393
background-size: 1.8rem;
9494
}
9595
96-
.terminal {
97-
.icon {
98-
background: currentColor;
99-
mask: url(icons/terminal) 50% 50% no-repeat;
100-
mask-size: 1.8rem;
101-
}
96+
.terminal .icon {
97+
background: currentColor;
98+
mask: url(icons/terminal) 50% 50% no-repeat;
99+
mask-size: 1.8rem;
102100
}
103101
104102
.reload::after {

0 commit comments

Comments
 (0)