feat: add Porchlight branding with logo, favicon, and redesigned CSS theme
Rebrand from FastAPI OIDC OP to Porchlight with warm amber/gold identity: - Add doorway-with-light SVG logo and 32x32 PNG favicon - Rewrite style.css with full design system (color tokens, spacing scale, typography scale, section cards, button variants, dark mode) - Update base template with site header, logo, and favicon - Update all page titles and FastAPI app title to Porchlight
This commit is contained in:
parent
e15dcc4745
commit
84e61464c7
8 changed files with 310 additions and 76 deletions
|
|
@ -12,7 +12,7 @@ async def test_app_has_title(client: AsyncClient) -> None:
|
|||
response = await client.get("/openapi.json")
|
||||
assert response.status_code == 200
|
||||
data = response.json()
|
||||
assert data["info"]["title"] == "FastAPI OIDC OP"
|
||||
assert data["info"]["title"] == "Porchlight"
|
||||
|
||||
|
||||
async def test_app_has_repos_on_state(client: AsyncClient) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue