mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: style update
This commit is contained in:
@ -76,7 +76,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
|
|||||||
<path d='M6 9h-.01' />
|
<path d='M6 9h-.01' />
|
||||||
</svg>
|
</svg>
|
||||||
<div class='space-x-1'>
|
<div class='space-x-1'>
|
||||||
{data.tags.map((tag, i) => (
|
{data.tags.map((tag) => (
|
||||||
<a
|
<a
|
||||||
aria-label={`View more blogs with the tag ${tag}`}
|
aria-label={`View more blogs with the tag ${tag}`}
|
||||||
class="inline-block before:content-['#'] hover:underline hover:underline-offset-4"
|
class="inline-block before:content-['#'] hover:underline hover:underline-offset-4"
|
||||||
|
@ -45,7 +45,6 @@ const { headings } = await post.render()
|
|||||||
<div
|
<div
|
||||||
id='blog-gallery'
|
id='blog-gallery'
|
||||||
class='prose prose-base prose-zinc mt-12 text-muted-foreground dark:prose-invert prose-headings:font-medium prose-headings:text-foreground prose-headings:before:absolute prose-headings:before:-ms-4 prose-th:before:content-none'
|
class='prose prose-base prose-zinc mt-12 text-muted-foreground dark:prose-invert prose-headings:font-medium prose-headings:text-foreground prose-headings:before:absolute prose-headings:before:-ms-4 prose-th:before:content-none'
|
||||||
style='max-width: 65rem'
|
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user