docs: add new recipe pages for waitlist and sync unsubscribes

This commit is contained in:
Dries Augustyns
2026-05-17 18:08:26 +02:00
parent 53b631e6c6
commit 01ec34a8cb
7 changed files with 315 additions and 0 deletions
+13
View File
@@ -6,3 +6,16 @@
body {
font-family: 'Inter', sans-serif;
}
/*
* Two-tone palette: white content, gray chrome.
* `--color-fd-background` paints the page (content area + nav).
* `--color-fd-card` paints the sidebar (via `bg-fd-card` on `#nd-sidebar`)
* and the `<Cards>` component — both read well as soft gray against white.
*/
:root {
--color-fd-background: hsl(0, 0%, 100%);
--color-fd-card: hsl(0, 0%, 96.5%);
--color-fd-secondary: hsl(0, 0%, 95%);
--color-fd-border: hsla(0, 0%, 80%, 60%);
}