File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments