Skip to content

Commit

Permalink
Update post styles for improved readability and aesthetics
Browse files Browse the repository at this point in the history
- Increased the font size of post titles (h1) from 3xl to 4xl and changed the color to white for better visibility.
- Updated the color of inline code snippets from red to purple for enhanced contrast and visual appeal.
  • Loading branch information
zackbraksa committed Dec 17, 2024
1 parent f25cc4d commit 56c3eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.post h1 {
@apply mt-8 text-3xl text-slate-400;
@apply mt-8 text-4xl text-white;
}

.post h2 {
Expand All @@ -23,7 +23,7 @@
}

.post code {
@apply rounded-sm bg-neutral-800 px-1 py-[2px] text-red-500;
@apply rounded-sm bg-neutral-800 px-1 py-[2px] text-purple-400;
}

.post a {
Expand Down

0 comments on commit 56c3eb2

Please sign in to comment.