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