File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const Feed = () => {
7070 className = "w-full flex flex-col items-center gap-8 lg:gap-12 max-w-7xl relative isolate bg-stone-300 text-stone-950 lg:rounded-lg p-3 sm:p-4 lg:p-6
7171 drop-shadow-stone-900 drop-shadow-sm"
7272 >
73- < div className = "w-full flex flex-col items-center px-14 sm:px-16 py-6 bg-stone-400 rounded-lg shadow-md shadow-stone-600 " >
73+ < div className = "w-full flex flex-col items-center px-14 sm:px-16 py-6 bg-stone-400/60 rounded-lg shadow-md shadow-stone-500 " >
7474 < div className = "w-full flex flex-col gap-4 max-w-3xl" >
7575 < h2 className = "self-start text-very-large font-semibold underline" >
7676 Top 10 Posts of the Week
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const Hero = () => {
5656 routes from JSON Placeholder to fetch and display
5757 comments along with user information in a card format.
5858 </ p >
59- < p className = "text-center p-4 mt-4 bg-stone-300 rounded-lg" >
59+ < p className = "text-center p-4 mt-4 bg-stone-400/60 rounded-lg" >
6060 Check out the top 10 posts of the week right now!
6161 < Button
6262 asChild
@@ -74,7 +74,7 @@ const Hero = () => {
7474 </ Button >
7575 </ p >
7676 </ div >
77- < div className = "hidden min-[864px]:flex flex-col gap-2 self-center justify-center items-center p-4 h-fit bg-stone-300 outline-4 outline-stone-600 rounded-lg" >
77+ < div className = "hidden min-[864px]:flex flex-col gap-2 self-center justify-center items-center p-4 h-fit bg-stone-400/60 outline-4 outline-stone-600 rounded-lg" >
7878 < Image
7979 src = { heroLogo }
8080 alt = "Infinite Scroll Feed Logo"
You can’t perform that action at this time.
0 commit comments