Skip to content

Commit 4e65115

Browse files
unify background color
1 parent 8da1ba2 commit 4e65115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/feed/Feed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/components/hero/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)