Extract authenticated coulomb.social design language via designlang
Session probe lands on /vw_pages (Research). Use main designlang extract with --cookie-file — pack ignores auth. 39 artifacts under docs/design-extract; tolerate designlang late summary crash when cores exist.
This commit is contained in:
parent
319dd00465
commit
6fe263444a
71 changed files with 4939 additions and 797 deletions
55
docs/design-extract/coulomb-social-tailwind-v4.css
Normal file
55
docs/design-extract/coulomb-social-tailwind-v4.css
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
/* ──────────────────────────────────────────────────────────────
|
||||
Tailwind v4 @theme — generated by designlang
|
||||
site: Research | Coulomb
|
||||
2026-08-08T23:30:22.003Z
|
||||
Drop this above `@import "tailwindcss";`.
|
||||
────────────────────────────────────────────────────────────── */
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-primary-50: hsl(34 68% 97%);
|
||||
--color-primary-100: hsl(34 68% 94%);
|
||||
--color-primary-200: hsl(34 68% 86%);
|
||||
--color-primary-300: hsl(34 68% 76%);
|
||||
--color-primary-400: hsl(34 68% 64%);
|
||||
--color-primary-500: hsl(34 68% 50%);
|
||||
--color-primary-600: hsl(34 68% 40%);
|
||||
--color-primary-700: hsl(34 68% 32%);
|
||||
--color-primary-800: hsl(34 68% 24%);
|
||||
--color-primary-900: hsl(34 68% 16%);
|
||||
--color-primary-950: hsl(34 68% 10%);
|
||||
--color-primary: #d08728;
|
||||
--color-neutral-50: #000000;
|
||||
--color-neutral-100: #efefef;
|
||||
--color-neutral-200: #616161;
|
||||
--color-neutral-300: #373737;
|
||||
--color-neutral-400: #171717;
|
||||
--color-neutral-500: #ffffff;
|
||||
--color-neutral-600: #e5e5e5;
|
||||
--color-background: #ffffff;
|
||||
--color-foreground: #000000;
|
||||
--font-sans: "Helvetica", system-ui, sans-serif;
|
||||
--spacing-1: 1px;
|
||||
--spacing-2: 24px;
|
||||
--spacing-3: 32px;
|
||||
--spacing-4: 40px;
|
||||
--spacing-5: 60px;
|
||||
--spacing-6: 80px;
|
||||
--spacing-7: 96px;
|
||||
--spacing-8: 320px;
|
||||
--radius-sm: 4px;
|
||||
--radius-md: 8px;
|
||||
--radius-lg: 12px;
|
||||
--radius-xl: 15px;
|
||||
--radius-2xl: 20px;
|
||||
--shadow-sm: rgb(170, 170, 170) 2px 2px 4px 0px;
|
||||
--shadow-md: rgba(23, 23, 23, 0.1) 2px 2px 8px 2px;
|
||||
--animate-duration-fast: undefined;
|
||||
}
|
||||
|
||||
/* Optional base reset that maps body/heading to the extracted tokens. */
|
||||
@layer base {
|
||||
html { font-family: var(--font-sans); }
|
||||
body { background-color: var(--color-background); color: var(--color-foreground, currentColor); }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue