Skip to content

Commit 2c6813b

Browse files
authored
Make the network map orange
1 parent 9843a64 commit 2c6813b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NetworkMap.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@
669669
}
670670

671671
.NetworkMap--datacenters {
672-
fill: var(--sl-color-text-accent);
673-
stroke: var(--sl-color-text-accent);
672+
fill: var(--orange-accent-200);
673+
stroke: var(--orange-accent-200);
674674
stroke-width: 2px;
675675
paint-order: stroke;
676676
opacity: 0.85;

0 commit comments

Comments
 (0)