File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<article class =" {{ post_class }} pt-8 pb-16 w-full lg:pt-16 lg:pb-24 antialiased flex flex-col justify-between px-4 mx-auto max-w-screen-xl" >
6
6
7
- <section class =" mx-auto w-full text-center prose-neutral prose-sm prose-ul:list-disc prose-ol:list-disc sm:prose-base lg:prose-lg format-blue dark:format-invert " >
7
+ <section class =" mx-auto text-center w-full max-w-4xl prose-headings:text-primary prose-sm prose-ul:list-disc prose-ol:list-disc sm:prose-base lg:prose-lg" >
8
8
9
- <time class =" w-full text-slate-600 dark:text-slate-400 font-extrabold text-xs xs:text-xs sm:text-xs md:text-sm lg:text-sm xl:text-sm 2xl:text-sm" datetime =" {{ date format =' YYYY-MM-DD' }} " > {{ date format =" DD MMMM YYYY" }} </time >
9
+ <time class =" w-full font-extrabold text-xs xs:text-xs sm:text-xs md:text-sm lg:text-sm xl:text-sm 2xl:text-sm" datetime =" {{ date format =' YYYY-MM-DD' }} " > {{ date format =" DD MMMM YYYY" }} </time >
10
10
11
11
{{ #match @page.show_title_and_feature_image }}
12
12
13
- <h1 class =" mb-4 text-3xl font-extrabold text-center leading-tight text-gray-900 lg:mb-6 lg:text-6xl dark:text-white " > {{ title }} </h1 >
13
+ <h1 class =" mb-4 text-3xl font-extrabold text-center leading-tight text-gray-900 lg:mb-6 lg:text-6xl" > {{ title }} </h1 >
14
14
15
15
{{ /match }}
16
16
17
17
</section >
18
18
19
- <section class =" mx-auto w-full max-w-4xl prose-neutral prose-sm prose-ul:list-disc prose-ol:list-disc sm:prose-base lg:prose-lg format-blue dark:format-invert " >
19
+ <section class =" mx-auto w-full max-w-4xl prose-headings:text-primary prose-pre:overflow-y-scroll prose-pre:overflow-x-scroll prose-p:text-secondary prose-ol:text-secondary prose- ul:text-secondary prose-blockquote:border-l-2 prose-blockquote:border-secondary prose-blockquote:text-secondary prose-figure:text-secondary prose-figcaption:text-secondary prose-a:text-accent prose-sm prose-ul: list-disc prose-ol:list-disc sm:prose-base lg:prose-lg format-blue" >
20
20
{{ content }}
21
21
</section >
22
22
You can’t perform that action at this time.
0 commit comments