lower paper opacity
This commit is contained in:
parent
947916caf2
commit
c763874fb8
4 changed files with 3 additions and 3 deletions
|
|
@ -146,7 +146,7 @@
|
||||||
</g>
|
</g>
|
||||||
</pattern>
|
</pattern>
|
||||||
<pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
<pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
||||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g clip-path="url(#clip0_3964_29771)">
|
<g clip-path="url(#clip0_3964_29771)">
|
||||||
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 741 KiB After Width: | Height: | Size: 741 KiB |
|
|
@ -1,5 +1,5 @@
|
||||||
<pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
<pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
||||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g clip-path="url(#clip0_3964_29771)">
|
<g clip-path="url(#clip0_3964_29771)">
|
||||||
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -94,7 +94,7 @@
|
||||||
fill: url(#paper);
|
fill: url(#paper);
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
}]]></style><defs><pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
}]]></style><defs><pattern id="paper" x="0" y="0" width="75" height="75" patternUnits="userSpaceOnUse">
|
||||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g clip-path="url(#clip0_3964_29771)">
|
<g clip-path="url(#clip0_3964_29771)">
|
||||||
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
<mask id="mask0_3964_29771" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="77" height="77">
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 766 KiB After Width: | Height: | Size: 766 KiB |
Loading…
Reference in a new issue