Skip to content

Commit 6ce7a4b

Browse files
committed
chore: more formatting
1 parent a1c7d78 commit 6ce7a4b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/WorkersIsolateDiagram.astro

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,23 @@ let range = (n: number) => [...Array(n).keys()];
262262
right: 0;
263263
bottom: 0;
264264
left: 0;
265-
background: color-mix(in srgb, var(--sl-color-accent-high) 25%, transparent);
265+
background: color-mix(
266+
in srgb,
267+
var(--sl-color-accent-high) 25%,
268+
transparent
269+
);
266270
}
267271

268272
.ArchitectureDiagram--user-code {
269273
position: relative;
270274
z-index: 1;
271275
width: var(--user-code-size);
272276
height: var(--user-code-size);
273-
background: color-mix(in srgb, var(--sl-color-accent-high) 90%, transparent);
277+
background: color-mix(
278+
in srgb,
279+
var(--sl-color-accent-high) 90%,
280+
transparent
281+
);
274282
}
275283

276284
.ArchitectureDiagram--process-overhead-background,

0 commit comments

Comments
 (0)