6 Commits

Author SHA1 Message Date
Brummel 9c79d05ae6 fix(css): serve live theme CSS verbatim instead of diverging SCSS fork
The Sass file in sass/_praxis_theme.scss had drifted from the live
_style.css over the project's life — different line-heights (34/28 vs
24), padding overrides, restructured selectors, and a few sections that
the SCSS parser couldn't accept anyway (CSS // line-comments, missing
semicolons inherited from the original hand-written CSS).

For Phase 1 visual parity the correct source of truth is the live CSS,
not a re-edited copy. Drop compile_sass, ship the live _style.css as
/css/praxis.css straight from static/, and point base.html at it. This
restores the live vertical rhythm (paragraph spacing, banner padding)
that had been subtly off.
2026-05-21 10:14:59 +02:00
Brummel 69ae4e0a19 feat: switch base_url back to https now that the cert is provisioned 2026-05-21 00:18:28 +02:00
Brummel 0114b17adf feat: add footer/contact data to config extra 2026-05-20 23:53:03 +02:00
Brummel f5c633df42 fix: base_url to http:// until SSL cert is provisioned for preview subdomain 2026-05-20 23:13:02 +02:00
Brummel 566c0554d3 chore: set practice phone and fax numbers from legal page 2026-05-20 22:28:09 +02:00
Brummel 733d7fea61 feat: zola skeleton with placeholder index
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 22:26:25 +02:00