Skip to content

Commit eef29e4

Browse files
committed
Adjust color for address in network on IPv4Chart
1 parent df2506c commit eef29e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/parts/IPv4Chart.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ Visualize various IPv4 related info
126126
style:--un-bg-opacity={`${opacityForDetailInPercent}%`}
127127
>
128128
<div class="h-full" style:width={`${beforeIP}%`} />
129-
<div class="h-full bg-lime-800 rounded" style:width={`${relativeIPSizeWithMin}%`} />
129+
<div
130+
class="mix-blend-hard-light h-full bg-lime-900 rounded"
131+
style:width={`${relativeIPSizeWithMin}%`}
132+
/>
130133
<div class="h-full grow" />
131134
</div>
132135
<div>
@@ -173,7 +176,7 @@ Visualize various IPv4 related info
173176
<div class="flex-1 text-left text-gray text-xs lt-xs:text-[0.5rem]">
174177
<PartialTransition notation={renderedNetworkWithouPrefix} />
175178
</div>
176-
<div class="flex-1 text-center flex text-lime-800 items-center">
179+
<div class="flex-1 text-center flex text-lime-600 items-center">
177180
<div class="grow" />
178181
<button
179182
class="i-bi-arrow-bar-left mx-1"

0 commit comments

Comments
 (0)