File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default function PostSlugPage({ params }: TProps) {
49
49
const MDXContent = useMDXComponent ( notFound ? "# NOT FOUND" : post . body . code ) ;
50
50
return (
51
51
< div
52
- className = "post-page hallway-size p-6 pt-20 dark:bg-zinc-800 shadow-lg font-serif bg-amber-50 text-zinc-800 dark:text-yellow-50"
52
+ className = "post-page hallway-size p-6 pt-20 dark:bg-stone-950 shadow-lg font-serif bg-amber-50 text-zinc-800 dark:text-yellow-50"
53
53
style = { { minHeight : "100dvh" } }
54
54
>
55
55
< NoSsr >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function PostBody({ children }: Props) {
9
9
return (
10
10
< div
11
11
className = { clsx (
12
- `prose lg:prose-lg max-w-none lg:max-w-[90vw] transition-colors dark:prose-invert prose-neutral ${ roboto_serif . variable } ${ ubuntu_mono . variable } font-serif` ,
12
+ `lg:prose-lg prose dark:prose-invert max-w-none lg:max-w-[90vw] transition-colors ${ roboto_serif . variable } ${ ubuntu_mono . variable } font-serif` ,
13
13
styles . postBody
14
14
) }
15
15
>
Original file line number Diff line number Diff line change 37
37
@apply justify-center pt-16 max-w- [100vw ] lg :max- w- [60vw ];
38
38
}
39
39
body {
40
- @apply dark :bg- zinc- 900 dark :from- slate- 900 dark :to- zinc- 900 bg- gradient- to- b bg- orange- 100 from- orange- 100 to- orange- 200 dark :text- slate- 50 text- slate- 900;
40
+ @apply dark :bg- zinc- 900 dark :from- slate- 950 dark :to- zinc- 950 bg- gradient- to- b bg- orange- 100 from- orange- 100 to- orange- 200 dark :text- slate- 50 text- slate- 900;
41
41
}
42
42
43
43
::-webkit-scrollbar-thumb {
You can’t perform that action at this time.
0 commit comments