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