Skip to content

Commit

Permalink
feat: color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vineet agarwal authored and vineet agarwal committed Jan 19, 2025
1 parent c70f7b8 commit 4b57356
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react-markdown": "^9.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-responsive-tables": "^2.0.14",
"rehype-slug": "^5.1.0",
"rehype-starry-night": "^2.1.0",
"sharp": "^0.33.5",
Expand Down
1 change: 0 additions & 1 deletion src/app/actions/blog.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings/lib";
import rehypeHighlight from "rehype-highlight/lib";
import rehypeSlug from "rehype-slug";
import { SuccessResponse } from "@/lib/success";

const getBlogs = withServerActionAsyncCatcher(async () => {
const response = await axios.get(
`https://api.github.com/repos/${process.env.GITHUB_USERNAME}/${process.env.GITHUB_REPO_NAME}/git/trees/main?recursive=1`,
Expand Down
2 changes: 1 addition & 1 deletion src/app/blog/[name]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default async function Page({ params }: { params: { name: string } }) {
{getFormattedDate(post.additional.blogPost.meta.date)} · Vineet
Agarwal
</p>
<article className="prose-base md:prose-lg prose-li:list-disc mb-8 prose-pre:bg-gray-400 dark:prose-pre:bg-gray-800 prose-pre:px-3 prose-pre:text-gray-900 dark:prose-pre:text-white dark:prose-p:text-gray-400 prose-h1:decoratin-slate-600 ">
<article className="prose-base md:prose-lg prose-li:list-disc mb-8 prose-pre:bg-gray-400 dark:prose-pre:bg-gray-800 prose-pre:px-3 prose-pre:text-gray-900 dark:prose-pre:text-white dark:prose-p:text-white prose-h1:decoratin-slate-600 ">
<Image
src={post.additional.blogPost.meta.image}
alt={post.additional.blogPost.meta.title}
Expand Down
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply bg-background ;
}
}

Expand Down

0 comments on commit 4b57356

Please sign in to comment.