fix: theme switching causing constant color transitions, too much shadow on codeblocks in light theme
This commit is contained in:
parent
8848037c63
commit
5d43f69d69
52 changed files with 8088 additions and 3601 deletions
|
|
@ -15,6 +15,7 @@ const {
|
|||
frontmatter: { title, description },
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<GuideLayout title={title} description={description ?? ""} headings={headings}>
|
||||
<slot/>
|
||||
<slot />
|
||||
</GuideLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue