Increase contrast on dark mode empty state

This commit is contained in:
Nicholas Zuber 2020-02-22 14:33:42 -05:00
parent 4983f05210
commit df691bcf3b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
viewBox="0 0 600 600"
xmlns="http://www.w3.org/2000/svg"
>
<g transform="translate(300,320) scale(0.9)" style="opacity: 0.15">
<g transform="translate(300,320) scale(0.9)" style="opacity: 0.25">
<path d="M88.1,-133.4C109.2,-105.9,117.8,-73.5,141.7,-37.3C165.5,-1,204.5,39,203.5,73.5C202.5,108,161.5,136.9,120.9,137.3C80.3,137.6,40.2,109.3,-9.1,121.8C-58.4,134.4,-116.8,187.7,-156.7,187.2C-196.7,186.7,-218.2,132.3,-208.2,85.9C-198.1,39.5,-156.6,1,-145.6,-51.7C-134.5,-104.5,-154,-171.6,-134.8,-199.7C-115.6,-227.8,-57.8,-216.9,-12.1,-200.2C33.5,-183.4,67,-160.9,88.1,-133.4Z" fill="#bfc5d1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 622 B

View File

@ -5,7 +5,7 @@
viewBox="0 0 600 600"
xmlns="http://www.w3.org/2000/svg"
>
<g transform="translate(300,320) scale(1.1)" style="opacity: 0.15">
<g transform="translate(300,320) scale(1.1)" style="opacity: 0.25">
<path d="M111,-109.9C153.8,-96.3,205.4,-70.8,210.3,-37.8C215.2,-4.9,173.4,35.6,141.8,73.8C110.1,112.1,88.6,148.1,58.9,156.8C29.2,165.4,-8.7,146.6,-33.7,123.9C-58.7,101.2,-70.9,74.6,-101.3,46.6C-131.6,18.6,-180,-10.9,-190.7,-48.1C-201.4,-85.3,-174.3,-130.4,-136.2,-144.8C-98.1,-159.3,-49.1,-143.1,-7.5,-134.2C34.1,-125.3,68.1,-123.5,111,-109.9Z" fill="#bfc5d1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 586 B