Show release notes on startup (#44)

This commit is contained in:
Will Chen
2025-04-29 11:02:27 -07:00
committed by GitHub
parent c612017a20
commit 37928a9017
5 changed files with 112 additions and 16 deletions

View File

@@ -66,7 +66,7 @@
height: calc(100vh - 64px);
}
:root {
--docs-bg: #f5f5f5;
--default-font-family: 'Geist', sans-serif;
--default-mono-font-family: 'Geist Mono', monospace;
@@ -120,6 +120,9 @@
--tw-prose-pre-bg: var(--background);
}
.dark {
--docs-bg: #121212;
--background-lightest: oklch(0.285 0 0);
--background-lighter: oklch(0.185 0 0);
--background: oklch(0.145 0 0);