bugfix/CenterAlignedSearch #7

Merged
mrwyndham merged 2 commits from bugfix/CenterAlignedSearch into main 2024-06-18 20:30:55 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ sidebar_position: 2
{/* <!-- SVG Element --> */}
<div className="hidden md:block absolute top-0 end-0 -translate-y-12 translate-x-20">
<svg
className="w-16 h-auto text-orange-500"
className="w-16 h-auto text-primary"
width="121"
height="135"
viewBox="0 0 121 135"
@ -94,7 +94,7 @@ sidebar_position: 2
{/* <!-- SVG Element --> */}
<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
<svg
className="w-40 h-auto text-cyan-500"
className="w-40 h-auto text-secondary-content"
width="347"
height="188"
viewBox="0 0 347 188"