Ran authenticated extract against coulomb.social; session metadata matched anonymous Bubble defaults, so treat docs/design-extract as a public shell baseline (PROVENANCE.md). Capture script now refuses to overwrite storage-state.json with thin anonymous sessions.
11 lines
385 B
CSS
11 lines
385 B
CSS
:root {
|
|
--color-primary: #d08728;
|
|
--color-secondary: #8b5cf6;
|
|
--color-accent: #f59e0b;
|
|
--color-background: #ffffff;
|
|
--color-foreground: #000000;
|
|
--radius: 8px;
|
|
--shadow: rgb(97, 97, 97) 2px 2px 8px 0px;
|
|
--font-sans: 'Times New Roman', system-ui, sans-serif;
|
|
}
|
|
body { background: var(--color-background); color: var(--color-foreground); font-family: var(--font-sans); }
|