diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index e782706..77230b4 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -9,7 +9,7 @@ html {
}
body {
- @apply text-sm min-[1400px]:text-base;
+ @apply text-base min-[1400px]:text-base;
@apply bg-slate-200;
@apply selection:bg-sky-500;
@apply selection:text-white;
@@ -28,8 +28,8 @@ html body::before {
inset: 0;
z-index: -1;
width: 100vw;
- height: 150vh;
- background-size: 100% 100%;
+ height: 100vh;
+ background-size: cover;
background-image: radial-gradient(
circle at 50% 40%,
rgba(0, 0, 0, 0),
diff --git a/docs/components/HeadingSection.vue b/docs/components/HeadingSection.vue
index 0def67a..08b9dff 100644
--- a/docs/components/HeadingSection.vue
+++ b/docs/components/HeadingSection.vue
@@ -2,17 +2,20 @@
defineProps<{
title: string
size?: "sm"
+ sidebarExclude?: boolean
}>()
const heading = ref
{{ title }}
+
diff --git a/docs/components/TheSidebar.vue b/docs/components/TheSidebar.vue
index c62339c..97608ac 100644
--- a/docs/components/TheSidebar.vue
+++ b/docs/components/TheSidebar.vue
@@ -7,9 +7,13 @@ const headingsTree = new Map
The most basic timezone aware function is tzDate
which allows