Skip to content

Commit 419a35a

Browse files
committed
more
1 parent 5975006 commit 419a35a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,16 @@
103103
position: absolute;
104104
left: 0;
105105
top: 0;
106-
background: url($lib/icons/refresh.svg) no-repeat 50% 50%;
107-
background-size: 1.8rem;
106+
background: #666;
107+
mask: url(icons/refresh) no-repeat 50% 50%;
108+
mask-size: 1.8rem;
108109
transition: 0.2s ease-out;
109110
}
110111
112+
:root.dark .reload::after {
113+
background: #d4d4d4;
114+
}
115+
111116
.reload:active::after {
112117
transform: rotate(-360deg);
113118
transition: none;
File renamed without changes.

0 commit comments

Comments
 (0)