feat(ui): light-mode sky palette for Caddy card, favicon, doc sync
- index.css: add :root.light overrides for the sky-* accent used only by the Caddy settings card (buttons, badges, hovers) + the missing red-950/30 hover - favicon: add public/favicon.svg (GhostGrid logo) and link it in index.html - ARCHITECTURE.md: GET /caddy/routes returns a plain array, document the Caddy startup import, https:// upstream, favicon/public dir, and the SPA-catch-all-last + Cache-Control: no-store invariant
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="theme-color" content="#0b0f19" />
|
||||
<title>GhostGrid</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user