diff --git a/src/components/sidebar/DesktopSideBar.astro b/src/components/sidebar/DesktopSideBar.astro index df53aa4..513b1f2 100644 --- a/src/components/sidebar/DesktopSideBar.astro +++ b/src/components/sidebar/DesktopSideBar.astro @@ -6,7 +6,7 @@ const entries = await getWikiEntries();

Resources

diff --git a/src/layouts/WikiPageLayout.astro b/src/layouts/WikiPageLayout.astro index 406b95f..61248a4 100644 --- a/src/layouts/WikiPageLayout.astro +++ b/src/layouts/WikiPageLayout.astro @@ -7,8 +7,9 @@ const {frontmatter = {}} = Astro.props;
-
-
+ +
+
{frontmatter.title &&

{frontmatter.title}

} diff --git a/src/styles/global.css b/src/styles/global.css index 3cb56a4..92a447a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -29,8 +29,6 @@ /* Flat-top three */ "cv02" 1; /* Open 4 */ - --tw-prose-kbd: "#e7e7d8"; - --tw-prose-invert-kbd: "#e7e7d8"; } @supports (font-variation-settings: normal) {