Skip to content

Commit

Permalink
fix: some color contrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 5, 2023
1 parent 10b566d commit 4a3255f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/blog/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Footer = () => {
<NewsletterForm />
</div>
<div
className="main-footer bg-gray-50 dark:bg-[#090808] transform"
className="main-footer bg-gray-50 dark:bg-black transform"
aria-labelledby="footer-heading"
>
<h2 id="footer-heading" className="sr-only">
Expand Down
3 changes: 1 addition & 2 deletions apps/blog/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ const Home: NextPage<HomeProps> = ({ articles, notes, ghProjects, fallback, proj
src="/images/david-dias-round.jpg"
width={250}
height={250}
alt="Photo of David Dias"
priority={true}
alt="Photo of David Dias in black and white"
style={{
maxWidth: '100%',
height: 'auto',
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ h6 {
}

.small-title {
@apply text-sm font-title font-semibold text-gray-400 tracking-wider uppercase my-2;
@apply text-sm font-title font-semibold text-gray-500 dark:text-gray-400 tracking-wider uppercase my-2;
}

/* .separator {
Expand Down

1 comment on commit 4a3255f

@vercel
Copy link

@vercel vercel bot commented on 4a3255f Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.