forked from mrwyndham/fastpocket
color improvement and image add
This commit is contained in:
parent
74a892bc2b
commit
a87df563b8
|
@ -62,7 +62,7 @@ sidebar_position: 2
|
||||||
{/* <!-- SVG Element --> */}
|
{/* <!-- SVG Element --> */}
|
||||||
<div className="hidden md:block absolute top-0 end-0 -translate-y-12 translate-x-20">
|
<div className="hidden md:block absolute top-0 end-0 -translate-y-12 translate-x-20">
|
||||||
<svg
|
<svg
|
||||||
className="w-16 h-auto text-primary"
|
className="w-16 h-auto text-accent"
|
||||||
width="121"
|
width="121"
|
||||||
height="135"
|
height="135"
|
||||||
viewBox="0 0 121 135"
|
viewBox="0 0 121 135"
|
||||||
|
@ -94,7 +94,7 @@ sidebar_position: 2
|
||||||
{/* <!-- SVG Element --> */}
|
{/* <!-- SVG Element --> */}
|
||||||
<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
|
<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
|
||||||
<svg
|
<svg
|
||||||
className="w-40 h-auto text-secondary-content"
|
className="w-40 h-auto text-secondary"
|
||||||
width="347"
|
width="347"
|
||||||
height="188"
|
height="188"
|
||||||
viewBox="0 0 347 188"
|
viewBox="0 0 347 188"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue